2009-04-18 15:40:52 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="compiler_options"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2011-10-29 05:46:57 +02:00
|
|
|
AdditionalOptions="/Zm130"
|
2011-11-25 20:30:16 +01:00
|
|
|
Optimization="3"
|
2009-04-18 15:40:52 +02:00
|
|
|
EnableIntrinsicFunctions="true"
|
2011-11-25 20:30:16 +01:00
|
|
|
FavorSizeOrSpeed="2"
|
|
|
|
WholeProgramOptimization="true"
|
|
|
|
StringPooling="true"
|
2009-04-18 15:40:52 +02:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
OpenMP="true"
|
|
|
|
WarningLevel="3"
|
|
|
|
WarnAsError="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-11-28 23:45:27 +01:00
|
|
|
AdditionalDependencies="Vfw32.lib comctl32.lib rpcrt4.lib winmm.lib advapi32.lib wsock32.lib opengl32.lib"
|
2009-04-18 15:40:52 +02:00
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateManifest="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
LargeAddressAware="2"
|
2011-11-25 20:30:16 +01:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
LinkTimeCodeGeneration="1"
|
2009-04-18 15:40:52 +02:00
|
|
|
DataExecutionPrevention="2"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|