Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Build ZeroLobby on Linux

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
11/27/2013 7:00:49 PMFIrankVermind before revert after revert
11/25/2013 12:46:49 PMFIrankVermind before revert after revert
Before After
1 @hekar I am sure you fixed this, but xbuild/mono lets you ignore case. 1 @hekar I am sure you fixed this, but xbuild/mono lets you ignore case.
2 Run: 2 Run:
3 export MONO_IOMAP=all xbuild 3 export MONO_IOMAP=all
4 xbuild
4 \n 5 \n
5 There are 3 possible values for the option: 6 There are 3 possible values for the option:
6 [quote] 7 [quote]
7 case: makes all file system access case insensitive. 8 case: makes all file system access case insensitive.
8 drive: strips drive name from pathnames. 9 drive: strips drive name from pathnames.
9 all: enables both case and drive. 10 all: enables both case and drive.
10 [/quote] 11 [/quote]