mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix Visual C++ build
svn path=/trunk/; revision=41377
This commit is contained in:
parent
67b2570aeb
commit
24a8093b5b
1 changed files with 5 additions and 5 deletions
|
@ -477,15 +477,15 @@ MingwBackend::GenerateGlobalVariables () const
|
|||
fprintf ( fMakefile, "PROJECT_ASFLAGS += -pipe\n" );
|
||||
}
|
||||
|
||||
// Because RosBE gcc is built to suck
|
||||
fputs ( "BUILTIN_HOST_CINCLUDES+= $(HOST_CFLAGS)\n", fMakefile );
|
||||
fputs ( "BUILTIN_HOST_CPPINCLUDES+= $(HOST_CFLAGS)\n", fMakefile );
|
||||
fputs ( "BUILTIN_HOST_CXXINCLUDES+= $(HOST_CPPFLAGS)\n", fMakefile );
|
||||
|
||||
// Would be nice to have our own C++ runtime
|
||||
fputs ( "BUILTIN_CXXINCLUDES+= $(TARGET_CPPFLAGS)\n", fMakefile );
|
||||
}
|
||||
|
||||
// Because RosBE gcc is built to suck
|
||||
fputs ( "BUILTIN_HOST_CINCLUDES+= $(HOST_CFLAGS)\n", fMakefile );
|
||||
fputs ( "BUILTIN_HOST_CPPINCLUDES+= $(HOST_CFLAGS)\n", fMakefile );
|
||||
fputs ( "BUILTIN_HOST_CXXINCLUDES+= $(HOST_CPPFLAGS)\n", fMakefile );
|
||||
|
||||
MingwModuleHandler::GenerateParameters ( "PROJECT", "+=", ProjectNode.non_if_data );
|
||||
MingwModuleHandler::GenerateParameters ( "PROJECT_HOST", "+=", ProjectNode.host_non_if_data );
|
||||
|
||||
|
|
Loading…
Reference in a new issue