diff options
author | nijtmans <nijtmans> | 2008-11-06 22:19:00 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-06 22:19:00 (GMT) |
commit | 4f2679372f637fcd2f0d997b9d97165a6b558f12 (patch) | |
tree | 6d4765a975db9a0efdc9cda302ca45bef48fcfbc /ChangeLog | |
parent | 934b87aae13eb0d87cfccfd5f134ac36b8027d8f (diff) | |
download | tk-4f2679372f637fcd2f0d997b9d97165a6b558f12.zip tk-4f2679372f637fcd2f0d997b9d97165a6b558f12.tar.gz tk-4f2679372f637fcd2f0d997b9d97165a6b558f12.tar.bz2 |
add "-Wno-implicit-int" flag for gcc, as on UNIX
Use tkUnixDefault.h under CygWin. With this change,
at least the X11 version of Tk can be built with cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-11-06 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tcl.m4: add "-Wno-implicit-int" flag for gcc, as on UNIX + * win/configure (regenerated) + * generic/default.h Use tkUnixDefault.h under CygWin. With this change, + at least the X11 version of Tk can be built with cygwin + 2008-11-06 Donal K. Fellows <dkf@users.sf.net> * unix/configure.in: Work around the fact that the HP-UX system |