diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-26 09:41:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-26 09:41:38 (GMT) |
commit | f38639f6e7af8f724c5401f5c47cdbfb25da03a4 (patch) | |
tree | f512b57fedb8316a25dd547d05d6f0eb19c5bc94 /ChangeLog | |
parent | bf0457f646f2d6667b2a7bc12204a152d54e25b3 (diff) | |
download | tcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.zip tcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.tar.gz tcl-f38639f6e7af8f724c5401f5c47cdbfb25da03a4.tar.bz2 |
Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependencies on cygwin-specific dll's)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-06-26 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tcl.m4: Let Cygwin shared build link with + * unix/configure.in: zlib1.dll, not cygz.dll (two less + * unix/configure: dependencies on cygwin-specific dll's) + * unix/Makefile.in: + 2012-06-26 Reinhard Max <max@suse.de> * generic/tclIOSock.c: Use EAI_SYSTEM only if it exists. |