summaryrefslogtreecommitdiff
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2002-03-02 05:05:46 +0000
committerrpj <rpj>2002-03-02 05:05:46 +0000
commit6a9ed3371b34dd6fa3c229c8c662b7eb4a4ce479 (patch)
tree4e3e6d20fe0e9726844164558606c08f69d17a3e /tests/ChangeLog
parentd14156f2c1d4a9db64cfef0370883db8930e3a6b (diff)
Add file and add entry to tests/ChangeLog.snap-2002-03-02
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index bc42f7e..6c8deed 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-02 Ross Johnson <rpj@special.ise.canberra.edu.au>
+
+ * Makefile (CFLAGS): Changed /MT to /MD to link with
+ the correct library MSVCRT.LIB. Otherwise errno doesn't
+ work.
+
2002-02-28 Ross Johnson <rpj@special.ise.canberra.edu.au>
* exception3.c: Correct recent change.