Set MSVC linker debug options consistently in the project files
This commit is contained in:
parent
7e3812c970
commit
71e59fd31c
@ -74,9 +74,6 @@
|
|||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsdec.map"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsdec.lib"
|
ImportLibrary="$(OutDir)\welsdec.lib"
|
||||||
@ -160,9 +157,6 @@
|
|||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsdec.map"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsdec.lib"
|
ImportLibrary="$(OutDir)\welsdec.lib"
|
||||||
@ -244,7 +238,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsdec.lib"
|
ImportLibrary="$(OutDir)\welsdec.lib"
|
||||||
@ -326,7 +319,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
ModuleDefinitionFile="..\..\..\decoder\plus\src\wels_dec_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsdec.pdb"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsdec.lib"
|
ImportLibrary="$(OutDir)\welsdec.lib"
|
||||||
|
@ -71,8 +71,7 @@
|
|||||||
AdditionalDependencies="$(OutDir)\welsdec.lib"
|
AdditionalDependencies="$(OutDir)\welsdec.lib"
|
||||||
OutputFile="$(OutDir)\decConsole.exe"
|
OutputFile="$(OutDir)\decConsole.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ProgramDatabaseFile="$(OutDir)\decConsole.pdb"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="false"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -154,8 +153,7 @@
|
|||||||
AdditionalDependencies="$(OutDir)\welsdec.lib"
|
AdditionalDependencies="$(OutDir)\welsdec.lib"
|
||||||
OutputFile="$(OutDir)\decConsole.exe"
|
OutputFile="$(OutDir)\decConsole.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ProgramDatabaseFile="$(OutDir)\decConsole.pdb"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="false"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -237,7 +235,6 @@
|
|||||||
OutputFile="$(OutDir)\decConsoled.exe"
|
OutputFile="$(OutDir)\decConsoled.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\decConsoled.pdb"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -319,7 +316,6 @@
|
|||||||
OutputFile="$(OutDir)\decConsoled.exe"
|
OutputFile="$(OutDir)\decConsoled.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\decConsoled.pdb"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
|
@ -72,9 +72,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsenc.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsenc.map"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsenc.lib"
|
ImportLibrary="$(OutDir)\welsenc.lib"
|
||||||
@ -157,9 +154,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsenc.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsenc.map"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsenc.lib"
|
ImportLibrary="$(OutDir)\welsenc.lib"
|
||||||
@ -245,10 +239,6 @@
|
|||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsenc.pdb"
|
|
||||||
GenerateMapFile="false"
|
|
||||||
MapFileName=""
|
|
||||||
MapExports="false"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsenc.lib"
|
ImportLibrary="$(OutDir)\welsenc.lib"
|
||||||
@ -334,10 +324,6 @@
|
|||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
ModuleDefinitionFile="..\..\..\encoder\plus\src\wels_enc_export.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\welsenc.pdb"
|
|
||||||
GenerateMapFile="false"
|
|
||||||
MapFileName=""
|
|
||||||
MapExports="false"
|
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
ImportLibrary="$(OutDir)\welsenc.lib"
|
ImportLibrary="$(OutDir)\welsenc.lib"
|
||||||
|
@ -71,9 +71,6 @@
|
|||||||
OutputFile="$(OutDir)\encConsole.exe"
|
OutputFile="$(OutDir)\encConsole.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\encConsole.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\encConsole.map"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -155,9 +152,6 @@
|
|||||||
OutputFile="$(OutDir)\encConsole.exe"
|
OutputFile="$(OutDir)\encConsole.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\encConsole.pdb"
|
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\encConsole.map"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -240,9 +234,6 @@
|
|||||||
OutputFile="$(OutDir)\encConsole.exe"
|
OutputFile="$(OutDir)\encConsole.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\encConsole.pdb"
|
|
||||||
GenerateMapFile="false"
|
|
||||||
MapExports="false"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
@ -325,9 +316,6 @@
|
|||||||
OutputFile="$(OutDir)\encConsole.exe"
|
OutputFile="$(OutDir)\encConsole.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)\encConsole.pdb"
|
|
||||||
GenerateMapFile="false"
|
|
||||||
MapExports="false"
|
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
|
@ -74,8 +74,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsvp.map"
|
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
@ -155,8 +153,6 @@
|
|||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="true"
|
|
||||||
MapFileName="$(OutDir)\welsvp.map"
|
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="17"
|
TargetMachine="17"
|
||||||
/>
|
/>
|
||||||
@ -240,10 +236,7 @@
|
|||||||
GenerateManifest="false"
|
GenerateManifest="false"
|
||||||
EnableUAC="false"
|
EnableUAC="false"
|
||||||
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
||||||
GenerateDebugInformation="false"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="false"
|
|
||||||
MapFileName=""
|
|
||||||
MapExports="false"
|
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
@ -328,10 +321,7 @@
|
|||||||
GenerateManifest="false"
|
GenerateManifest="false"
|
||||||
EnableUAC="false"
|
EnableUAC="false"
|
||||||
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
ModuleDefinitionFile="../../src/common/WelsVP.def"
|
||||||
GenerateDebugInformation="false"
|
GenerateDebugInformation="true"
|
||||||
GenerateMapFile="false"
|
|
||||||
MapFileName=""
|
|
||||||
MapExports="false"
|
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="17"
|
TargetMachine="17"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user