summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 13:57:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 13:57:07 +0000
commit648c3bde79942117161c9a30f2ca821b6df4fb34 (patch)
tree742ca067cff6b68716aac6fe2dd9d8985546e762 /templates/vc7csharp.mpd
parentafcff34a2b7b8d829f6ed31a1e03480c5a277c95 (diff)
downloadMPC-648c3bde79942117161c9a30f2ca821b6df4fb34.tar.gz
ChangeLogTag: Tue Mar 29 07:56:08 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7csharp.mpd')
-rw-r--r--templates/vc7csharp.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vc7csharp.mpd b/templates/vc7csharp.mpd
index e595dda9..f0ddc16c 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -35,7 +35,7 @@
OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
<%endif%>
PreBuildEvent = ""
- PostBuildEvent = ""
+ PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
RootNamespace = ""
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = "<%startupobject%>"