Disable analysis on build for libaegisub as it results in versions of Visual Studio that do not support /analyze rebuilding the entire project every time.

Originally committed to SVN as r4852.
This commit is contained in:
Thomas Goyne 2010-11-21 05:14:11 +00:00
parent d840c9eaae
commit 12bf2a595d

View file

@ -16,7 +16,6 @@
BufferSecurityCheck="true"
EnableFunctionLevelLinking="true"
DebugInformationFormat="4"
EnablePREfast="true"
/>
<Tool
Name="VCLinkerTool"