forked from mia/Aegisub
371bda4f2b
Originally committed to SVN as r5927.
34 lines
851 B
XML
34 lines
851 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="compiler_options"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/Zm130"
|
|
Optimization="3"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="2"
|
|
WholeProgramOptimization="true"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
OpenMP="true"
|
|
WarningLevel="3"
|
|
WarnAsError="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="Vfw32.lib comctl32.lib rpcrt4.lib winmm.lib advapi32.lib wsock32.lib opengl32.lib"
|
|
LinkIncremental="1"
|
|
GenerateManifest="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
LargeAddressAware="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
LinkTimeCodeGeneration="1"
|
|
DataExecutionPrevention="2"
|
|
/>
|
|
</VisualStudioPropertySheet>
|