mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
upped the msvc thing from 300 to 350
This commit is contained in:
parent
52b632fac8
commit
d264437d91
@ -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]]"
|
||||
|
@ -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]]
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user