summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/vc7java.mpt
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
commit035b47c1a6985e2b884182ab0f3bb1afa714a48f (patch)
tree48d75721f242b7a0eb4398a65b672a152bdaa37f /ACE/MPC/templates/vc7java.mpt
parenta3894e5127aa8cf1892e717ab30f02e053cdb482 (diff)
downloadATCD-035b47c1a6985e2b884182ab0f3bb1afa714a48f.tar.gz
Diffstat (limited to 'ACE/MPC/templates/vc7java.mpt')
-rw-r--r--ACE/MPC/templates/vc7java.mpt20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/MPC/templates/vc7java.mpt b/ACE/MPC/templates/vc7java.mpt
new file mode 100644
index 00000000000..cd1d1980f7b
--- /dev/null
+++ b/ACE/MPC/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"