summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
commite7bf9578f9cd5c4b51f08a19fb8d4f17ac83f09e (patch)
tree563e4d76b4edd77397efce2b0385d53dfb5fe96e /templates/vc7csharp.mpd
parent2967a26fc81f6ee0a6fc25fadf624edcb3da303f (diff)
downloadMPC-e7bf9578f9cd5c4b51f08a19fb8d4f17ac83f09e.tar.gz
ChangeLogTag: Tue Apr 25 13:18:06 UTC 2006 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 dc9d1693..c7f63bb4 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -34,7 +34,7 @@
<%if(exename || sharedname || staticname)%>
OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
<%endif%>
- PreBuildEvent = ""
+ PreBuildEvent = "<%if(prebuild)%><%eval(prebuild)%><%endif%>"
PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
RootNamespace = ""
RunPostBuildEvent = "OnBuildSuccess"