summaryrefslogtreecommitdiff
path: root/templates/vc7java.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-02 18:07:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-02 18:07:32 +0000
commit38e2b43e5fffb72d18faed2493fb3d3983ddb2a5 (patch)
tree081a8f9d3572db4934362b3d78598974bcac8a71 /templates/vc7java.mpt
parent82ca1f89e2995aa8cd2ddccd8f74212ee7810dfd (diff)
downloadMPC-38e2b43e5fffb72d18faed2493fb3d3983ddb2a5.tar.gz
ChangeLogTag: Tue Jan 2 18:05:52 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7java.mpt')
-rw-r--r--templates/vc7java.mpt20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/vc7java.mpt b/templates/vc7java.mpt
new file mode 100644
index 00000000..cd1d1980
--- /dev/null
+++ b/templates/vc7java.mpt
@@ -0,0 +1,20 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+conditional_include "windowscommon"
+
+configurations = Debug Release
+trace = 1
+
+Release {
+ optimize = 1
+ output_dir = Release
+}
+
+Debug {
+ optimize =
+ output_dir = Debug
+}
+
+conditional_include "user_vc7java"