summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 18:49:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-28 18:49:00 +0000
commit1d9e34445ad8fb2972088cb82f944f456670574f (patch)
tree4d37c9c38dbffee82a006afe9bb75314d56d9b79
parent554af36e4f8c1aed7292f0a482146758df579721 (diff)
downloadATCD-1d9e34445ad8fb2972088cb82f944f456670574f.tar.gz
Fixed a few more errors in the template file
-rw-r--r--bin/MakeProjectCreator/templates/vc7.mpd15
1 files changed, 10 insertions, 5 deletions
diff --git a/bin/MakeProjectCreator/templates/vc7.mpd b/bin/MakeProjectCreator/templates/vc7.mpd
index 0297c862da2..fdb09e2617c 100644
--- a/bin/MakeProjectCreator/templates/vc7.mpd
+++ b/bin/MakeProjectCreator/templates/vc7.mpd
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="7.00"
Name="<%project_name%>"
- ProjectGUID="<%guid%>"
+ ProjectGUID="{<%guid%>}"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -39,11 +39,13 @@
AssemblerListingLocation="<%intermediate_dir%>"
ObjectFile="<%intermediate_dir%>"
<%if(pdb)%>
- 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%>\<%staticdname%><%lib_modifier%><%endif%>.pdb"
+ ProgramDataBaseFile="<%intermediate_dir%>"
<%endif%>
WarningLevel="<%warning_level("3")%>"
SuppressStartupBanner="TRUE"
+<%if(debug)%>
DebugInformationFormat="<%debug_format("3")%>"
+<%endif%>
CompileAs="0"/>
<Tool
Name="VCLinkerTool"
@@ -59,6 +61,9 @@
<%if(debug)%>
GenerateDebugInformation="TRUE"
<%endif%>
+<%if(pdb)%>
+ ProgramDatabaseFileName="<%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%>\<%staticdname%><%lib_modifier%><%endif%>.pdb"
+<%endif%>
SubSystem="<%subsystem("2")%>"
<%if(type_is_dynamic)%>
ImportLibrary="<%sharedname%><%lib_modifier%>.lib"
@@ -87,11 +92,11 @@
RelativePath=".\<%pch_source%>">
<%foreach(configurations)%>
<FileConfiguration
- Name="<%configuration%>|<%platform%>"
+ Name="<%configuration%>|<%platform%>">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
- </FileConfiguration
+ </FileConfiguration>
<%endfor%>
</File>
</Filter>
@@ -161,7 +166,7 @@
<%foreach(configurations)%>
<FileConfiguration
Name="<%configuration%>|<%platform%>"
- ExcludeFromBuild="TRUE">
+ ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>