summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-11-30 18:38:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-11-30 18:38:33 (GMT)
commit4730ab13c85c594c7d72b993b67fee80ffe28c26 (patch)
tree06182e3dbddd3793990aeb70fecd973dd73dbac9 /win/Makefile.in
parent48abc4faa37b34ffbe405b86425aa8415da29e88 (diff)
parenta90dcf7e3dbae2714513cbc09ec978dfcf21aa55 (diff)
downloadtcl-4730ab13c85c594c7d72b993b67fee80ffe28c26.zip
tcl-4730ab13c85c594c7d72b993b67fee80ffe28c26.tar.gz
tcl-4730ab13c85c594c7d72b993b67fee80ffe28c26.tar.bz2
merge 8.5
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