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]
|