Explicitly enable optimization for the CSRI project to eliminate some link-time warnings about optimizations being disabled

Originally committed to SVN as r6706.
This commit is contained in:
Thomas Goyne 2012-04-16 23:55:10 +00:00
parent c28f262ec4
commit c28a2d33ed
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="lib;lib/win32;include;../../aegisub/src/msvc"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
RuntimeLibrary="2"