summaryrefslogtreecommitdiff
path: root/templates/bmakecommon.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:34:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:34:12 +0000
commitb1f8727afb3f1245fc8c178458dc2195a0a60281 (patch)
tree892b281f2e15641dc3e34cb4ba8dfb4c1b59c6f2 /templates/bmakecommon.mpt
parentd307fe2a7d13572afe6f8edb2b6890f0c6775e06 (diff)
downloadMPC-b1f8727afb3f1245fc8c178458dc2195a0a60281.tar.gz
Wed Nov 22 10:34:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/bmakecommon.mpt')
-rw-r--r--templates/bmakecommon.mpt49
1 files changed, 14 insertions, 35 deletions
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt
index 3e266423..31ae805b 100644
--- a/templates/bmakecommon.mpt
+++ b/templates/bmakecommon.mpt
@@ -3,45 +3,24 @@
conditional_include "common"
-// If there are more than two compilers,
-// then the template needs to be modified to support that
-compilers = cbx bcc
configurations = Debug Release
common_defines = WIN32 _WINDOWS
common_libs = import32$(LIB_EXT) cw32mti.lib ws2_32.lib
common_flags = -a8
unicode_flags = -WU
-bcc {
- 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
-}
+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
-cbx {
- obj_ext = .o
- dll_ext = .dll
- lib_ext = .a
- exe_ext = .exe
- cc = bccx
- rc = brcc32
- tlib = ar
- link = ilink
- thflags = -tWM
- dllflags = -Tpd -Gi -x -Gn -w-dup
- libflags = cfrv
- ccflags = -b
- exeflags = -Tpe -x -Gn
- warnflags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl
-}