upped the msvc thing from 300 to 350

This commit is contained in:
Asad M. Zaman 2004-07-02 00:26:37 +00:00
parent 52b632fac8
commit d264437d91
3 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@
// '#defer extra_cflags $[extra_cflags] /STUFF' will never work because extra_cflags hasnt been // '#defer extra_cflags $[extra_cflags] /STUFF' will never work because extra_cflags hasnt been
// defined yet, so this just evaluates the reference to null and removes the reference and the // defined yet, so this just evaluates the reference to null and removes the reference and the
// the defining extra_cflags in individual sources.pp's will not picked up. use END_FLAGS instead // the defining extra_cflags in individual sources.pp's will not picked up. use END_FLAGS instead
#defer extra_cflags /EHsc /Zm300 /DWIN32_VC /DWIN32 $[WARNING_LEVEL_FLAG] $[END_CFLAGS] #defer extra_cflags /EHsc /Zm350 /DWIN32_VC /DWIN32 $[WARNING_LEVEL_FLAG] $[END_CFLAGS]
#defer DECYGWINED_INC_PATHLIST_ARGS $[decygwin %,/I"%",$[EXTRA_INCPATH] $[ipath] $[WIN32_PLATFORMSDK_INCPATH]] #defer DECYGWINED_INC_PATHLIST_ARGS $[decygwin %,/I"%",$[EXTRA_INCPATH] $[ipath] $[WIN32_PLATFORMSDK_INCPATH]]
#defer MAIN_C_COMPILE_ARGS /nologo /c $[DECYGWINED_INC_PATHLIST_ARGS] $[flags] $[extra_cflags] "$[osfilename $[source]]" #defer MAIN_C_COMPILE_ARGS /nologo /c $[DECYGWINED_INC_PATHLIST_ARGS] $[flags] $[extra_cflags] "$[osfilename $[source]]"

View File

@ -127,7 +127,7 @@
#define extra_defines FORCE_INLINING HAVE_DINKUM WIN32_VC WIN32 #define extra_defines FORCE_INLINING HAVE_DINKUM WIN32_VC WIN32
// Additional compiler flags. // Additional compiler flags.
#defer extra_cflags /EHsc /Zm300 $[WARNING_LEVEL_FLAG] $[END_CFLAGS] #defer extra_cflags /EHsc /Zm350 $[WARNING_LEVEL_FLAG] $[END_CFLAGS]
#defer interrogate_ipath $[decygwin %,-I"%",$[target_ipath]] #defer interrogate_ipath $[decygwin %,-I"%",$[target_ipath]]
#defer interrogate_spath $[decygwin %,-S"%",$[install_parser_inc_dir]] #defer interrogate_spath $[decygwin %,-S"%",$[install_parser_inc_dir]]

View File

@ -333,7 +333,7 @@
#endif #endif
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/Zm300" AdditionalOptions="/Zm350"
AdditionalIncludeDirectories="$[converted_ipath]" AdditionalIncludeDirectories="$[converted_ipath]"
PreprocessorDefinitions="$[defines]" PreprocessorDefinitions="$[defines]"
RuntimeLibrary="2"/> RuntimeLibrary="2"/>
@ -446,7 +446,7 @@
ConfigurationType="4"> ConfigurationType="4">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/Zm300" AdditionalOptions="/Zm350"
AdditionalIncludeDirectories="$[converted_ipath]" AdditionalIncludeDirectories="$[converted_ipath]"
PreprocessorDefinitions="$[defines]" PreprocessorDefinitions="$[defines]"
RuntimeLibrary="2"/> RuntimeLibrary="2"/>
@ -515,7 +515,7 @@
ConfigurationType="1"> ConfigurationType="1">
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalOptions="/Zm300" AdditionalOptions="/Zm350"
AdditionalIncludeDirectories="$[converted_ipath]" AdditionalIncludeDirectories="$[converted_ipath]"
PreprocessorDefinitions="$[defines]" PreprocessorDefinitions="$[defines]"
RuntimeLibrary="2"/> RuntimeLibrary="2"/>