summaryrefslogtreecommitdiff
path: root/templates/vc8vb.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
commitffd5a32288199592304ba55027c76c8efbd228bf (patch)
tree82b189219170a02f221d289820e53a10d0af842d /templates/vc8vb.mpt
parent6d63d2ae7449d6c00b5e9ac38da503e7c3d1ec44 (diff)
downloadMPC-ffd5a32288199592304ba55027c76c8efbd228bf.tar.gz
ChangeLogTag: Thu Oct 26 15:45:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8vb.mpt')
-rw-r--r--templates/vc8vb.mpt21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/vc8vb.mpt b/templates/vc8vb.mpt
new file mode 100644
index 00000000..a46dc452
--- /dev/null
+++ b/templates/vc8vb.mpt
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+conditional_include "windowscommon"
+
+configurations = Debug Release
+platforms = AnyCPU
+trace = 1
+
+Release {
+ optimize = 1
+ output_dir = Release
+}
+
+Debug {
+ optimize =
+ output_dir = Debug
+}
+
+conditional_include "user_vc8vb"