summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/cccommon.mpt
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/templates/cccommon.mpt')
-rw-r--r--ACE/MPC/templates/cccommon.mpt29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/MPC/templates/cccommon.mpt b/ACE/MPC/templates/cccommon.mpt
new file mode 100644
index 00000000000..c6739dbc156
--- /dev/null
+++ b/ACE/MPC/templates/cccommon.mpt
@@ -0,0 +1,29 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+
+lib_prefix =
+lib_ext = .lib
+dll_ext = .dll
+exe_ext = .out
+
+configurations = Debug Release
+common_defines =
+rtti = 1
+big_endian =
+windows_style = 1
+
+Release {
+ optimize = 1
+ output_dir = Release
+ intermediate_dir = Release
+}
+
+Debug {
+ optimize =
+ defines = _DEBUG
+ output_dir = Debug
+ intermediate_dir = Debug
+ lib_modifier = d
+}