diff options
author | mdejong <mdejong@noemail.net> | 2001-07-06 22:03:10 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2001-07-06 22:03:10 (GMT) |
commit | 909f22a2ea7d442953863eea608f2911549b3837 (patch) | |
tree | fef292237dd8e276eb67dbf7ad72e6897e1440e5 /ChangeLog | |
parent | ee715292d0aaff650118e196275b29d33b1b0638 (diff) | |
download | tcl-909f22a2ea7d442953863eea608f2911549b3837.zip tcl-909f22a2ea7d442953863eea608f2911549b3837.tar.gz tcl-909f22a2ea7d442953863eea608f2911549b3837.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.
FossilOrigin-Name: 27f83311261a9db28a44f0ae3b0c6a78610450a5
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 |