summaryrefslogtreecommitdiff
path: root/templates/bmakecommon.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-07-29 12:15:05 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-07-29 12:15:05 +0200
commit12357c5b9220d072c7b61ac580ca8beca99ae7bd (patch)
treedfdffe24624788c0ab2a910352aee4923d6d7a8c /templates/bmakecommon.mpt
parent6301e8adb120ce120a679cfbf60f1bb5dbfc20ab (diff)
downloadMPC-12357c5b9220d072c7b61ac580ca8beca99ae7bd.tar.gz
Improvements for bcc32 and bcc64
* templates/bmake.mpd: * templates/bmakecommon.mpt:
Diffstat (limited to 'templates/bmakecommon.mpt')
-rw-r--r--templates/bmakecommon.mpt7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt
index 7bca7be2..9a43c773 100644
--- a/templates/bmakecommon.mpt
+++ b/templates/bmakecommon.mpt
@@ -3,6 +3,8 @@ conditional_include "common"
configurations = Debug Release
common_defines = WIN32 _WINDOWS
+common32_defines =
+common64_defines = WIN64
common_libs = ws2_32$(LIB_EXT)
common32_libs = import32$(LIB_EXT) cw32mti$(LIB_EXT)
common64_libs = import64$(LIB_EXT) cw64mti$(LIB_EXT)
@@ -26,7 +28,10 @@ cc64 = bcc64
rc64 = brcc64
link64 = ilink64
tlib = tlib
-thflags = -tWM
+thrflags32 = -tWM
+thrflags64 = -tM
+binaryflags32 = -tWR -tWD
+binaryflags64 = -tR -tD
dllflags = -Tpd -Gi -x -Gn -w-dup
libflags = /C
ccflags = -q