mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:17:20 +03:00
build: Fixed overridden compiler PDB settings in VC7 to VC12
The curl tool project files for VC7 to VC12 would override the default setting with the output filename being the same as the linker PDB file. As such the compiler file would be overwritten with the linker file for all debug builds. To avoid this overwrite and for consistency with the libcurl project files, removed the setting to force the default filename to be used.
This commit is contained in:
parent
816979e3b8
commit
8a120710cc
7 changed files with 0 additions and 240 deletions
|
|
@ -29,7 +29,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -82,7 +81,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -135,7 +133,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -187,7 +184,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -242,7 +238,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -297,7 +292,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -352,7 +346,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -408,7 +401,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -461,7 +453,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -514,7 +505,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -567,7 +557,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -619,7 +608,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -674,7 +662,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -729,7 +716,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -785,7 +771,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -838,7 +823,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -890,7 +874,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -945,7 +928,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -1001,7 +983,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -1053,7 +1034,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue