瀏覽代碼

upped the msvc thing from 300 to 350

Asad M. Zaman 21 年之前
父節點
當前提交
d264437d91
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      dtool/pptempl/Global.gmsvc.pp
  2. 1 1
      dtool/pptempl/Global.msvc.pp
  3. 3 3
      dtool/pptempl/Template.msvc.pp

+ 1 - 1
dtool/pptempl/Global.gmsvc.pp

@@ -119,7 +119,7 @@
 // '#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
 // 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 MAIN_C_COMPILE_ARGS /nologo /c $[DECYGWINED_INC_PATHLIST_ARGS] $[flags] $[extra_cflags] "$[osfilename $[source]]"

+ 1 - 1
dtool/pptempl/Global.msvc.pp

@@ -127,7 +127,7 @@
 #define extra_defines FORCE_INLINING HAVE_DINKUM WIN32_VC WIN32
 
 // 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_spath $[decygwin %,-S"%",$[install_parser_inc_dir]]

+ 3 - 3
dtool/pptempl/Template.msvc.pp

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