diff options
author | hobbs <hobbs> | 2002-10-19 02:10:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-19 02:10:40 (GMT) |
commit | a1cf501392a9e4748afd25b97cead4a22de206f8 (patch) | |
tree | 8fba4e851cee6737538ef2923d9e00fa4c688c68 /ChangeLog | |
parent | 8180cd806f160613962363dd2645221b50e868f4 (diff) | |
download | tk-a1cf501392a9e4748afd25b97cead4a22de206f8.zip tk-a1cf501392a9e4748afd25b97cead4a22de206f8.tar.gz tk-a1cf501392a9e4748afd25b97cead4a22de206f8.tar.bz2 |
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version
of windres and work around that case by passing a POSIX path
instead of a Windows native path. One can't always pass a POSIX
path because the mingw native toolchain accepts only Windows
native paths. (dejong)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-10-18 Jeff Hobbs <jeffh@ActiveState.com> + + * win/winMain.c (WinMain, main): remove obsolete SetMessageQueue call + + * win/configure: Regen. + * win/tcl.m4 (SC_CONFIG_CFLAGS): Check for bug in Cygwin version + of windres and work around that case by passing a POSIX path + instead of a Windows native path. One can't always pass a POSIX + path because the mingw native toolchain accepts only Windows + native paths. (dejong) + + * win/tkWinPort.h: define OPEN_MAX only if not defined. + [Patch #625472] (howell) + 2002-10-18 Daniel Steffen <das@users.sourceforge.net> * mac/tkMacAppInit.c: removed tcltest dependency. |