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"
|
2010-12-08 04:36:10 +01:00
|
|
|
AdditionalOptions="/Zm120"
|
2009-04-18 15:40:52 +02:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
OpenMP="true"
|
|
|
|
WarningLevel="3"
|
|
|
|
WarnAsError="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateManifest="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
LargeAddressAware="2"
|
|
|
|
DataExecutionPrevention="2"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|