diff options
author | hobbs <hobbs> | 2002-09-27 00:48:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-09-27 00:48:06 (GMT) |
commit | 69453809bc2d8e724841cea27b973d20f106f58d (patch) | |
tree | ac500753c542a0bf349fde96c932ce0bbe716471 /ChangeLog | |
parent | d629b285608deba5377feab0ddda8d9529020457 (diff) | |
download | tk-69453809bc2d8e724841cea27b973d20f106f58d.zip tk-69453809bc2d8e724841cea27b973d20f106f58d.tar.gz tk-69453809bc2d8e724841cea27b973d20f106f58d.tar.bz2 |
2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>
Added basic Cygwin support.
* win/tcl.m4 (SC_PATH_TCLCONFIG): Support one-tree build.
(SC_PATH_TKCONFIG): Likewise.
(SC_PROG_TCLSH): Likewise.
(SC_CONFIG_CFLAGS): Assume real Cygwin port and remove -mno-cygwin
flags. Add -mwin32 to extra_cflags and extra_ldflags.
Remove ``-e _WinMain@16'' from LDFLAGS_WINDOW.
* win/configure: Regenerate.
* win/tkWinPort.h (tchar.h): Do not include on Cygwin.
(_T): Define for Cygwin.
* win/winMain.c (main): Conditionally define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2002-09-26 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in: add macosx subdir to dist target. + Do not generate .Z, only .gz and .zip in alldist target. + +2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> + + Added basic Cygwin support. + + * win/tcl.m4 (SC_PATH_TCLCONFIG): Support one-tree build. + (SC_PATH_TKCONFIG): Likewise. + (SC_PROG_TCLSH): Likewise. + (SC_CONFIG_CFLAGS): Assume real Cygwin port and remove -mno-cygwin + flags. Add -mwin32 to extra_cflags and extra_ldflags. + Remove ``-e _WinMain@16'' from LDFLAGS_WINDOW. + * win/configure: Regenerate. + + * win/tkWinPort.h (tchar.h): Do not include on Cygwin. + (_T): Define for Cygwin. + * win/winMain.c (main): Conditionally define. + 2002-09-26 Daniel Steffen <das@users.sourceforge.net> * macosx/Makefile: preserve environment value of INSTALL_ROOT. |