|
From: Jeffrey H. <ho...@us...> - 2002-10-18 19:32:08
|
Update of /cvsroot/tktoolkit/tk
In directory usw-pr-cvs1:/tmp/cvs-serv18050
Modified Files:
Tag: core-8-3-1-branch
ChangeLog
Log Message:
* win/tkWinPort.h (tchar.h): Do not include on Cygwin.
(_T): Define for Cygwin.
(OPEN_MAX): only define if currently undefined.
* win/winMain.c (main): Conditionally define. [Patch #625283] (khan)
* win/configure: Regen.
* win/configure.in: Set CFLAGS to "" if the user did not set
CFLAGS in the env. This keeps AC_PROG_CC from adding "-g -O2" to
the CFLAGS by default. (dejong)
* 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. [Patch #625283] (dejong)
|