summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 10:32:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 10:32:40 (GMT)
commit31b415218813b465bfd99d4d79ae85e95c90028f (patch)
tree973682064f3187975c0303ae3e3cda752f61adc0 /win/Makefile.in
parente93e78ae999879629f4db62379c05fd53ca4db57 (diff)
downloadtcl-31b415218813b465bfd99d4d79ae85e95c90028f.zip
tcl-31b415218813b465bfd99d4d79ae85e95c90028f.tar.gz
tcl-31b415218813b465bfd99d4d79ae85e95c90028f.tar.bz2
Fix --enable-symbols build on Cygwin. Reported by François Vogel
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 2 insertions, 0 deletions
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