summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2015-11-16 10:32:40 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2015-11-16 10:32:40 (GMT)
commitec6c475e07f96cfaf7ed7a35c8e6815f3c1c7b95 (patch)
tree973682064f3187975c0303ae3e3cda752f61adc0
parent8bcc67eb00d6d5526731c74649075d0b2c25fd24 (diff)
downloadtcl-ec6c475e07f96cfaf7ed7a35c8e6815f3c1c7b95.zip
tcl-ec6c475e07f96cfaf7ed7a35c8e6815f3c1c7b95.tar.gz
tcl-ec6c475e07f96cfaf7ed7a35c8e6815f3c1c7b95.tar.bz2
Fix --enable-symbols build on Cygwin. Reported by François Vogel
FossilOrigin-Name: 2de2bdc2f304f9b508e8c2f4f1a0f550158e9c16
-rw-r--r--unix/Makefile.in2
-rw-r--r--win/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 1f2cd77..84d0391 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -560,7 +560,7 @@ ${LIB_FILE}: ${STUB_LIB_FILE} ${OBJS}
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
@if test "x${LIB_FILE}" = "xlibtcl${MAJOR_VERSION}.${MINOR_VERSION}.dll"; then \
- (cd ${TOP_DIR}/win; ${MAKE} libtclstub${MAJOR_VERSION}${MINOR_VERSION}.a); \
+ (cd ${TOP_DIR}/win; ${MAKE} winextensions); \
fi
rm -f $@
@MAKE_STUB_LIB@
diff --git a/win/Makefile.in b/win/Makefile.in
index e9a28c4..ada9448 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -400,6 +400,8 @@ winhelp: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL)
./$(TCLSH) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
hcw /c /e tcl.hpj
+winextensions: ${DDE_DLL_FILE} ${REG_DLL_FILE}
+
$(MAN2TCL): $(ROOT_DIR)/tools/man2tcl.c
$(CC) $(CFLAGS_OPTIMIZE) $(MAN2TCLFLAGS) -o $(MAN2TCL) "$(ROOT_DIR_NATIVE)"/tools/man2tcl.c