- The separator (slash or back slash), exepostfix and exeprefix are initialized from environment variables.

- The separators in the path for the system command are always converted for the host system.
- Our own build utilities must convert paths itself (bin2res).

svn path=/trunk/; revision=18961
This commit is contained in:
Hartmut Birr
2005-11-02 23:24:05 +00:00
parent 05037bcbe6
commit 8bbbecaa87
16 changed files with 251 additions and 132 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ LinkerScript::ProcessXML()
node.location,
"<linkerscript> attribute 'base' references non-existant project or module '%s'",
att->value.c_str() );
directory = NormalizeFilename ( basePath + SSEP + node.value );
directory = NormalizeFilename ( basePath + sSep + node.value );
}
else
directory = NormalizeFilename ( node.value );