summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 16:54:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 16:54:03 +0000
commit817947cbfd85ce9fe0f31a864c777d9f76df9d22 (patch)
tree2f29e40f6c449e830d7c085a9637063f835e78d0
parentf07e707f870cd04343443f34cec62b14f2d23eb6 (diff)
downloadATCD-817947cbfd85ce9fe0f31a864c777d9f76df9d22.tar.gz
Fix the pdb and output file names
-rw-r--r--bin/MakeProjectCreator/templates/vc7.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/MakeProjectCreator/templates/vc7.mpd b/bin/MakeProjectCreator/templates/vc7.mpd
index 1ac1a3ac961..c910f48cb41 100644
--- a/bin/MakeProjectCreator/templates/vc7.mpd
+++ b/bin/MakeProjectCreator/templates/vc7.mpd
@@ -39,7 +39,7 @@
AssemblerListingLocation="<%intermediate_dir%>"
ObjectFile="<%intermediate_dir%>"
<%if(pdb)%>
- ProgramDatabaseFile="<%if(type_is_dynamic)%><%dllout%>\<%sharedname%><%lib_modifier%>.pdb<%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%exename%>.pdb<%endif%><%if(type_is_static)%><%output_dir%>\<%sharedname%><%lib_modifier%>.lib<%endif%>"
+ ProgramDatabaseFile="<%if(type_is_dynamic)%><%dllout%>\<%sharedname%><%lib_modifier%><%endif%><%if(exename)%><%if(install)%><%install%><%else%><%output_dir%><%endif%>\<%exename%><%endif%><%if(type_is_static)%><%output_dir%>\<%sharedname%><%lib_modifier%><%endif%>.pdb"
<%endif%>
WarningLevel="<%warning_level("3")%>"
SuppressStartupBanner="TRUE"
@@ -48,7 +48,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:<%machine("I386")%>"
- OutputFile="<%if(sharedname)%><%dllout%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(exename)%><%if(install)%><%install%>\<%endif%><%exename%>.exe<%endif%><%if(type_is_static)%><%libout%>\<%staticname%><%lib_modifier%>.lib<%endif%>"
+ OutputFile="<%if(type_is_dynamic)%><%dllout%>\<%sharedname%><%lib_modifier%>.dll<%endif%><%if(exename)%><%if(install)%><%install%>\<%endif%><%exename%>.exe<%endif%><%if(type_is_static)%><%libout%>\<%staticname%><%lib_modifier%>.lib<%endif%>"
Version="<%version("1.0")%>"
LinkIncremental="<%incremental("0")%>"
SuppressStartupBanner="TRUE"