mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- 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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user