summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 11:52:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-04-08 11:52:07 +0000
commit60c624dd3115a113f70d179c1db5034e35157607 (patch)
tree4574a0b9290216460838f82663bb3965cb8019b1
parentc469b444b3470795b4414f73aad61dbc3fe2197e (diff)
downloadMPC-60c624dd3115a113f70d179c1db5034e35157607.tar.gz
ChangeLogTag: Tue Apr 8 06:50:38 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/vc7.mpd9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/vc7.mpd b/templates/vc7.mpd
index 11a36c9e..cae5d385 100644
--- a/templates/vc7.mpd
+++ b/templates/vc7.mpd
@@ -44,15 +44,6 @@
<%endif%>
AssemblerListingLocation=".\<%intermediate_dir%>\<%noextension(project_file)%>"
ObjectFile=".\<%intermediate_dir%>\<%noextension(project_file)%>\"
-<%if(pdb)%>
-<%if(sharedname)%>
- ProgramDataBaseFileName="<%dllout%>"
-<%else%>
-<%if(exename)%>
- ProgramDataBaseFileName="<%if(install)%><%install%><%else%><%output_dir%><%endif%>"
-<%endif%>
-<%endif%>
-<%endif%>
WarningLevel="<%warning_level("3")%>"
SuppressStartupBanner="TRUE"
DebugInformationFormat="<%debug_format("3")%>"