summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-09-17 22:40:23 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-09-17 22:40:23 (GMT)
commit1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77 (patch)
tree5978f4663a11863ac0820b2dd1dec9ae9db82363 /ChangeLog
parent8c80f424b9b3b3e0b16e846cd884d5b94d8cf515 (diff)
downloadtk-1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77.zip
tk-1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77.tar.gz
tk-1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77.tar.bz2
Add crt flags for tkStubLib now it makes use of C-library functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95462a9..6c69b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-17 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/makefile.vc: Add crt flags for tkStubLib now it uses
+ C-library functions
+
2007-09-17 Joe English <jenglish@users.sourceforge.net>
* unix/tcl.m4: use '${CC} -shared' instead of 'ld -Bshareable'