From 817947cbfd85ce9fe0f31a864c777d9f76df9d22 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 28 Jun 2002 16:54:03 +0000 Subject: Fix the pdb and output file names --- bin/MakeProjectCreator/templates/vc7.mpd | 4 ++-- 1 file 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 @@ " - 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" -- cgit v1.2.1