summaryrefslogtreecommitdiff
path: root/templates/vc7vb.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-08-31 13:01:06 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-08-31 13:01:06 +0000
commita62f12f2fa050f04512b7e5ede1333cf95c509ba (patch)
tree97e4d6ff187a60b054a9d1a56802aea2bad21c6f /templates/vc7vb.mpt
parent1dbf634fe2eab40b0590ca43b60a81697d53950a (diff)
downloadMPC-a62f12f2fa050f04512b7e5ede1333cf95c509ba.tar.gz
ChangeLogTag: Tue Aug 31 08:00:20 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7vb.mpt')
-rw-r--r--templates/vc7vb.mpt17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/vc7vb.mpt b/templates/vc7vb.mpt
new file mode 100644
index 00000000..25f11324
--- /dev/null
+++ b/templates/vc7vb.mpt
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+
+configurations = Release Debug
+common_defines =
+
+Release {
+ optimize = 1
+ output_dir = Release
+}
+
+Debug {
+ optimize =
+ output_dir = Debug
+}