Remove some manually set options, that are set to the default value

These are the only places where these options are overridden.
This commit is contained in:
Martin Storsjö 2014-07-04 11:57:54 +03:00
parent 2f53a08aba
commit 3068814e90

View File

@ -56,7 +56,6 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
AssemblerListingLocation=""
WarningLevel="3"
DebugInformationFormat="4"
@ -72,7 +71,6 @@
/>
<Tool
Name="VCLinkerTool"
LinkLibraryDependencies="true"
OutputFile="$(OutDir)\welsvp.dll"
LinkIncremental="2"
ModuleDefinitionFile="../../src/common/WelsVP.def"
@ -140,7 +138,6 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
AssemblerListingLocation=""
WarningLevel="3"
DebugInformationFormat="3"
@ -156,7 +153,6 @@
/>
<Tool
Name="VCLinkerTool"
LinkLibraryDependencies="true"
OutputFile="$(OutDir)\welsvp.dll"
LinkIncremental="2"
ModuleDefinitionFile="../../src/common/WelsVP.def"
@ -220,13 +216,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
EnableIntrinsicFunctions="false"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="0"
/>
@ -310,13 +304,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="3"
EnableIntrinsicFunctions="false"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="0"
/>