Add NOMINMAX to the libaegisub project

Originally committed to SVN as r4775.
This commit is contained in:
Thomas Goyne 2010-09-09 06:47:45 +00:00
parent 81709164b3
commit 9780243586
2 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,12 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true" EnableIntrinsicFunctions="true"
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;NOMINMAX"
RuntimeLibrary="2" RuntimeLibrary="2"
OpenMP="true" OpenMP="true"
WarningLevel="3" WarningLevel="3"
WarnAsError="true" WarnAsError="true"
DebugInformationFormat="3" DebugInformationFormat="3"
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"

View file

@ -10,13 +10,13 @@
InlineFunctionExpansion="0" InlineFunctionExpansion="0"
EnableIntrinsicFunctions="false" EnableIntrinsicFunctions="false"
WholeProgramOptimization="false" WholeProgramOptimization="false"
PreprocessorDefinitions="DEBUG;_DEBUG;_CRT_SECURE_NO_WARNINGS" PreprocessorDefinitions="DEBUG;_DEBUG;_CRT_SECURE_NO_WARNINGS;NOMINMAX"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
BufferSecurityCheck="true" BufferSecurityCheck="true"
EnableFunctionLevelLinking="true" EnableFunctionLevelLinking="true"
DebugInformationFormat="4" DebugInformationFormat="4"
EnablePREfast="true" EnablePREfast="true"
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"