mirror of
https://github.com/curl/curl.git
synced 2026-07-26 20:37:17 +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"/>
|
||||
|
|
@ -88,7 +87,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -147,7 +145,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -205,7 +202,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -266,7 +262,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -327,7 +322,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -388,7 +382,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -450,7 +443,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -509,7 +501,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -568,7 +559,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -627,7 +617,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -685,7 +674,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -746,7 +734,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -807,7 +794,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -869,7 +855,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -928,7 +913,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -986,7 +970,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -1047,7 +1030,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
DebugInformationFormat="3"
|
||||
|
|
@ -1109,7 +1091,6 @@
|
|||
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
|
||||
AssemblerListingLocation="$(IntDir)"
|
||||
ObjectFile="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="TRUE"
|
||||
CompileAs="0"/>
|
||||
|
|
@ -1167,7 +1148,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