diff options
author | mdejong <mdejong> | 2001-07-06 22:03:11 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-06 22:03:11 (GMT) |
commit | dc3fdc08d25b618303a0bd1adef6823a2b3231cb (patch) | |
tree | fef292237dd8e276eb67dbf7ad72e6897e1440e5 /ChangeLog | |
parent | 1326660cc755c7a7e5b7c542280e421082bd47ae (diff) | |
download | tcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.zip tcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.tar.gz tcl-dc3fdc08d25b618303a0bd1adef6823a2b3231cb.tar.bz2 |
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in
addition to the -mwindows flag to work around a problem
with ld when it incorrectly use main() as the executable
entry point when both WinMain() and main() are available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2001-07-06 Mo DeJong <mdejong@redhat.com> + + * win/configure: Regen. + * win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in + addition to the -mwindows flag to work around a problem + with ld when it incorrectly use main() as the executable + entry point when both WinMain() and main() are available. + 2001-07-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/cmdAH.test: Added leading zero to file modes to work @@ -8,7 +16,7 @@ * win/Makefile.in: Subst DEPARG directly instead of relying on a variable. This will make Cygwin - build faster since an extra exec will be avoided. + builds faster since an extra exec will be avoided. * win/configure: Regen. * win/configure.in: Subst DEPARG. * win/tcl.m4 (SC_CONFIG_CFLAGS): Move AC_MSG_CHECKING |