summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-04-09 15:25:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-04-09 15:25:48 (GMT)
commit8967992c36d0c455f00aa56a28a1163028443ada (patch)
treed491677be6c21c25d92d7a61b02a09f60e5ebe1c /win
parent38278d9317810ffbb1b50406e1178fe6b2a381c1 (diff)
parent5f873c0783342767b38a977bf2e3ebd8eb23f19f (diff)
downloadtcl-8967992c36d0c455f00aa56a28a1163028443ada.zip
tcl-8967992c36d0c455f00aa56a28a1163028443ada.tar.gz
tcl-8967992c36d0c455f00aa56a28a1163028443ada.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 1cc996b..799c584 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -1145,6 +1145,16 @@ genstubs:
"$(GENERIC_DIR_NATIVE)" \
"$(GENERIC_DIR_NATIVE)/tclOO.decls"
+$(GENERIC_DIR)/tclOOScript.h: $(TOOL_DIR)/tclOOScript.tcl
+ @echo "Warning: tclOOScript.h may be out of date."
+ @echo "Developers may want to run \"make genscript\" to regenerate."
+ @echo "This warning can be safely ignored, do not report as a bug!"
+
+genscript:
+ $(TCL_EXE) "$(ROOT_DIR_NATIVE)/tools/makeHeader.tcl" \
+ "$(ROOT_DIR_NATIVE)/tools/tclOOScript.tcl" \
+ "$(GENERIC_DIR_NATIVE)/tclOOScript.h"
+
#
# This target creates the HTML folder for Tcl & Tk and places it in
# DISTDIR/html. It uses the tcltk-man2html.tcl tool from the Tcl group's tool
@@ -1173,7 +1183,7 @@ html-tk: $(TCLSH)
.PHONY: install-doc install-private-headers test test-tcl runtest shell
.PHONY: gdb depend cleanhelp clean distclean packages install-packages
.PHONY: test-packages clean-packages distclean-packages genstubs html
-.PHONY: html-tcl html-tk
+.PHONY: html-tcl html-tk genscript
.PHONY: tclzipfile
# DO NOT DELETE THIS LINE -- make depend depends on it.