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
commite0cf2a1999d7f92ac0a558365d7483b325f04b82 (patch)
tree663c4b01d9ebb88901103df778c6ffcb4c29405c
parentbbea49b6c1490e19f853d429ff26fb0f730102e9 (diff)
downloadMPC-e0cf2a1999d7f92ac0a558365d7483b325f04b82.tar.gz
Fix the pdb and output file names
-rw-r--r--templates/vc7.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index 1ac1a3ac..c910f48c 100644
--- a/templates/vc7.mpd
+++ b/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"