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
Name="VCCLCompilerTool"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;NOMINMAX"
RuntimeLibrary="2"
OpenMP="true"
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
DebugInformationFormat="3"
/>
<Tool
Name="VCLinkerTool"

View File

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