From 8a120710cc1906dc5145db7ab5f97e1ef23f07c0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 28 Jun 2014 13:02:03 +0100 Subject: 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. --- projects/Windows/VC7/src/curlsrc.tmpl | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'projects/Windows/VC7') diff --git a/projects/Windows/VC7/src/curlsrc.tmpl b/projects/Windows/VC7/src/curlsrc.tmpl index 8faef65f9..c16bc09a9 100644 --- a/projects/Windows/VC7/src/curlsrc.tmpl +++ b/projects/Windows/VC7/src/curlsrc.tmpl @@ -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" -- cgit v1.2.3