summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-09 07:05:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-09 07:05:02 +0000
commit54bf39e0fe3f87cb1d33a6ee8aa991cf90595d3b (patch)
tree86f6defd0f31126ad4a494b1f60f97858930f1c6
parent09cc055ca4e607a740917386aeff9a21a8a4d0fc (diff)
downloadMPC-54bf39e0fe3f87cb1d33a6ee8aa991cf90595d3b.tar.gz
ChangeLogTag: Mon Aug 9 07:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog5
-rw-r--r--templates/bmakecommon.mpt2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3a0d86..758da529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 9 07:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * templates/bmakecommon.mpt:
+ Use cw32mti.lib instead of cw32mt.lib
+
Sat Aug 7 23:19:33 2004 J.T. Conklin <jtc@acorntoolworks.com>
* templates/automake.mpd:
diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt
index 62219538..7c7e926d 100644
--- a/templates/bmakecommon.mpt
+++ b/templates/bmakecommon.mpt
@@ -6,7 +6,7 @@ conditional_include "common"
configurations = Debug Release
compilers = bcc
common_defines = WIN32 _WINDOWS _NO_VCL
-common_libs = import32$(LIB_EXT) cw32mt.lib ws2_32.lib
+common_libs = import32$(LIB_EXT) cw32mti.lib ws2_32.lib
common_flags = -a8
unicode_flags = -WU