1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/projects/Windows/VC12
Steve Holme 8a120710cc 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.
2014-07-12 14:46:36 +01:00
..
lib build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files 2014-05-28 23:12:58 +01:00
src build: Fixed overridden compiler PDB settings in VC7 to VC12 2014-07-12 14:46:36 +01:00
.gitignore build: Added Visual Studio 2013 (VC12) project files 2014-04-23 20:49:01 +01:00
curl.sln build: Fixed file format version number in VC12 solution files 2014-05-06 22:10:39 +01:00