summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-22 21:34:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-22 21:34:27 (GMT)
commit6efd3e5fb18780e9e765151e807ed04c34293aa6 (patch)
treea0689274b7976a41688599a7ac390b3ea85b3966 /unix/tcl.m4
parent90b55a0053849e5a6c0483f716de14cb4639ce08 (diff)
downloadtcl-6efd3e5fb18780e9e765151e807ed04c34293aa6.zip
tcl-6efd3e5fb18780e9e765151e807ed04c34293aa6.tar.gz
tcl-6efd3e5fb18780e9e765151e807ed04c34293aa6.tar.bz2
add TclWinConvertError and TclWinConvertWSAError for cygwin
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 0d5d698..c248686 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1207,12 +1207,10 @@ dnl AC_CHECK_TOOL(AR, ar)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
- DL_OBJS="tclLoadDl.o"
+ DL_OBJS="tclLoadDl.o tclWinError.o"
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
- TCL_NEEDS_EXP_FILE=1
- TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.dll.a'
TCL_SHLIB_LD_EXTRAS='-Wl,--out-implib,$[@].a'
;;
dgux*)