summaryrefslogtreecommitdiff
path: root/templates/bmakecommon.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:13:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-01 15:13:30 +0000
commite7e5da01c0ab1529af6119fb81cd1691df2691fb (patch)
tree1adc32abc0fc4a1de47b7a12dd3cedf3fa420690 /templates/bmakecommon.mpt
parentbe3b271ab1851dcd1a5e7a2d09f5fc6cc2ba95c6 (diff)
downloadMPC-e7e5da01c0ab1529af6119fb81cd1691df2691fb.tar.gz
ChangeLogTag: Sun Aug 1 15:13:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/bmakecommon.mpt')
-rw-r--r--templates/bmakecommon.mpt33
1 files changed, 19 insertions, 14 deletions
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt
index 9aa50c35..e1af917a 100644
--- a/templates/bmakecommon.mpt
+++ b/templates/bmakecommon.mpt
@@ -5,8 +5,9 @@ conditional_include "common"
configurations = Debug Release
compilers = bcc
-common_defines = WIN32 _WINDOWS
+common_defines = WIN32 _WINDOWS _NO_VCL
common_libs = import32$(LIB_EXT) cw32mt.lib ws2_32.lib
+common_flags = -a8
bcc {
obj_ext = .obj
@@ -18,22 +19,26 @@ bcc {
tlib = tlib
link = ilink32
thflags = -D_MT -tWM
- dllflags = -Tpd -Gi -x -Gn
+ 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 = -D_MT -tWM
- dllflags = -Tpd -Gi -x -Gn
- libflags = cfrv
- exeflags = -Tpe -x -Gn
+ obj_ext = .o
+ dll_ext = .dll
+ lib_ext = .a
+ exe_ext = .exe
+ cc = bccx
+ rc = brcc32
+ tlib = ar
+ link = ilink
+ thflags = -D_MT -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
}