mark off area where variables need to differ for *nix

svn path=/branches/xmlbuildsystem/; revision=13152
This commit is contained in:
Royce Mitchell III
2005-01-20 06:09:07 +00:00
parent 4b9c656dd5
commit 0b93b06fee
+6 -2
View File
@@ -160,6 +160,7 @@ MingwBackend::GenerateProjectLFLAGS ()
void
MingwBackend::GenerateGlobalVariables ()
{
#ifdef WIN32
fprintf ( fMakefile, "host_gcc = gcc\n" );
fprintf ( fMakefile, "host_ar = ar\n" );
fprintf ( fMakefile, "host_ld = ld\n" );
@@ -167,11 +168,14 @@ MingwBackend::GenerateGlobalVariables ()
fprintf ( fMakefile, "gcc = gcc\n" );
fprintf ( fMakefile, "ld = ld\n" );
fprintf ( fMakefile, "ar = ar\n" );
fprintf ( fMakefile, "mkdir = tools%crmkdir\n", CSEP );
fprintf ( fMakefile, "mkdir = tools%crmkdir\n", CSEP );
fprintf ( fMakefile, "dlltool = dlltool\n" );
fprintf ( fMakefile, "windres = windres\n" );
fprintf ( fMakefile, "NUL=NUL\n" );
fprintf ( fMakefile, "NUL=NUL\n" );
fprintf ( fMakefile, "winebuild = tools" SSEP "winebuild" SSEP "winebuild\n" );
#else
#error still need to generate tool macros for UNIX
#endif
fprintf ( fMakefile, "\n" );
GenerateGlobalCFlagsAndProperties (
"=",