summaryrefslogtreecommitdiff
path: root/templates/bmakecommon.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 13:35:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-29 13:35:41 +0000
commit09cada959e6c8866d925eaea40d57a0bab6b63e6 (patch)
tree02649274561d8c3ca3b55ac1f4301693e534869f /templates/bmakecommon.mpt
parentde571f20c1ae5e357f2653e245c2d62ac59cf4cf (diff)
downloadMPC-09cada959e6c8866d925eaea40d57a0bab6b63e6.tar.gz
Mon Sep 29 13:34:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/bmakecommon.mpt')
-rw-r--r--templates/bmakecommon.mpt12
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt
index 31ae805b..51bfaa1f 100644
--- a/templates/bmakecommon.mpt
+++ b/templates/bmakecommon.mpt
@@ -3,11 +3,13 @@
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
+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