Differences From Artifact [4ba1dbde7e]:
- Executable file unix/configure — part of check-in [09cd534bb6] at 2012-03-04 16:39:48 on branch trunk — Patch from the cygwin folks (user: jan.nijtmans size: 581411) [more...]
To Artifact [e6628ede44]:
- Executable file unix/configure — part of check-in [70fd0e4074] at 2012-03-23 15:53:52 on branch trunk — Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. (user: jan.nijtmans size: 581425) [more...]
| ︙ | |||
7053 7054 7055 7056 7057 7058 7059 | 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 | - + |
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
CYGWIN_*)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
|
| ︙ |