summaryrefslogtreecommitdiff
path: root/templates/vc6.mpd
diff options
context:
space:
mode:
authordhinton <dhinton@a3e5c962-4219-0410-a828-e124f845ac39>2004-08-12 03:47:21 +0000
committerdhinton <dhinton@a3e5c962-4219-0410-a828-e124f845ac39>2004-08-12 03:47:21 +0000
commit74d9831ca44b32585404df0e8930b89c78e1f436 (patch)
treef8298e71a32cf9de527f54630b4234e69bb3d092 /templates/vc6.mpd
parent149d88127ae17e5dbd251c206df63725b903a9ce (diff)
downloadMPC-74d9831ca44b32585404df0e8930b89c78e1f436.tar.gz
ChangeLogTag:Thu Aug 12 03:33:45 UTC 2004 Don Hinton <don.hinton@vanderbilt.edu>
Diffstat (limited to 'templates/vc6.mpd')
-rw-r--r--templates/vc6.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vc6.mpd b/templates/vc6.mpd
index 66a8f4dc..3d6dcbe7 100644
--- a/templates/vc6.mpd
+++ b/templates/vc6.mpd
@@ -28,6 +28,7 @@ CFG=<%project_name%> - <%platform("Win32")%> <%default_configuration("Debug")%>
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
+MTL=midl.exe
RSC=rc.exe
<%foreach(configurations)%>
@@ -56,6 +57,8 @@ LINK32=link.exe -lib
<%if(compile_flags_removed)%>
# SUBTRACT CPP <%compile_flags_removed%>
<%endif%>
+<%if(midl_includes)%># ADD MTL <%foreach(midl_includes)%>/I "<%midl_include%>" <%endfor%><%endif%>
+# ADD MTL <%foreach(defines)%>/D "<%define%>" <%endfor%><%foreach(midl_defines)%>/D "<%midl_define%>" <%endfor%><%midl_flags%>
# ADD RSC /l 0x409<%foreach(defines macros)%> /d <%define%><%endfor%><%foreach(includes)%> /i "<%include%>"<%endfor%>
BSC32=bscmake.exe
# ADD BSC32 /nologo <%if(sharedname || staticname)%>/o"<%libout%>\<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.bsc"<%endif%>