summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/bmakecommon.mpt
diff options
context:
space:
mode:
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
+