summaryrefslogtreecommitdiff
path: root/templates/vc8.mpd
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2008-07-08 15:37:03 +0000
committerSteve Huston <shuston@riverace.com>2008-07-08 15:37:03 +0000
commit521cc35350194c07a365c92cd1267770439ab17e (patch)
treea8cb97019b14cc2bda66c68c030d985abaf06fa3 /templates/vc8.mpd
parent13a4369f35fe2a1573a9bdf2c04dc2be2b4e3533 (diff)
downloadMPC-521cc35350194c07a365c92cd1267770439ab17e.tar.gz
ChangeLogTag:Tue Jul 8 15:35:29 UTC 2008 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'templates/vc8.mpd')
-rw-r--r--templates/vc8.mpd11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/vc8.mpd b/templates/vc8.mpd
index f615903b..49e9beb6 100644
--- a/templates/vc8.mpd
+++ b/templates/vc8.mpd
@@ -44,6 +44,14 @@
ManagedExtensions="<%managed%>"
<%endif%>
>
+<%if(makeoutput)%>
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="<%makebuild%> CONF=<%configuration%>"
+ ReBuildCommandLine="<%makerebuild%> CONF=<%configuration%>"
+ CleanCommandLine="<%makeclean%> CONF=<%configuration%>"
+ Output="<%makeoutput%>"/>
+<%else%>
<Tool
Name="VCPreBuildEventTool"
<%if(prebuild)%>
@@ -215,7 +223,7 @@
WarnAsError="<%WarnAsError%>"
<%endif%>
Detect64BitPortabilityProblems="<%Detect64BitPortabilityProblems("true")%>"
-<%if(!optimize)%>
+<%if(!optimize || debug_format)%>
DebugInformationFormat="<%debug_format("3")%>"
<%endif%>
<%if(CallingConvention)%>
@@ -501,6 +509,7 @@
CommandLine="<%eval(postbuild)%>"
<%endif%>
/>
+<%endif%>
</Configuration>
<%endfor%>
<%endfor%>