summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/bmakecommon.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/bmakecommon.mpt
parenta3894e5127aa8cf1892e717ab30f02e053cdb482 (diff)
downloadATCD-035b47c1a6985e2b884182ab0f3bb1afa714a48f.tar.gz
Diffstat (limited to 'ACE/MPC/templates/bmakecommon.mpt')
-rw-r--r--ACE/MPC/templates/bmakecommon.mpt28
1 files changed, 28 insertions, 0 deletions
diff --git a/ACE/MPC/templates/bmakecommon.mpt b/ACE/MPC/templates/bmakecommon.mpt
new file mode 100644
index 00000000000..51bfaa1f247
--- /dev/null
+++ b/ACE/MPC/templates/bmakecommon.mpt
@@ -0,0 +1,28 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+
+configurations = Debug Release
+common_defines = WIN32 _WINDOWS
+common_libs = import32$(LIB_EXT) cw32mti.lib ws2_32.lib
+common_flags = -a8
+unicode_flags = -WU
+unicode_lib_modifier = u
+unicode_exe_modifier = u
+
+obj_ext = .obj
+dll_ext = .dll
+lib_ext = .lib
+exe_ext = .exe
+cc = bcc32
+rc = brcc32
+tlib = tlib
+link = ilink32
+thflags = -tWM
+dllflags = -Tpd -Gi -x -Gn -w-dup
+libflags = /C
+ccflags = -q
+exeflags = -Tpe -x -Gn
+warnflags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl
+