diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-10 15:03:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-10 15:03:05 (GMT) |
commit | ee8f7ce1a9cbff8d04cd0d11e820cc33b74c5628 (patch) | |
tree | 1df6f43b4d428daf8e9bdbeb0545343f9e5fc7d3 /win/makefile.vc | |
parent | be54921b1c387a97beb47e6eebb15b9744f140ae (diff) | |
parent | 24245629354b88bd86167e9f8b8f8a9170dfe5bd (diff) | |
download | tcl-ee8f7ce1a9cbff8d04cd0d11e820cc33b74c5628.zip tcl-ee8f7ce1a9cbff8d04cd0d11e820cc33b74c5628.tar.gz tcl-ee8f7ce1a9cbff8d04cd0d11e820cc33b74c5628.tar.bz2 |
Merge 9.0. Add ::tcl::clock to library/tclIndex
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 101033b..0867bb0 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -821,6 +821,7 @@ $(OUT_DIR)\tclConfig.sh: $(WIN_DIR)\tclConfig.sh.in @TCL_LIB_SPEC@ $(LIB_INSTALL_DIR)\$(PROJECT)$(VERSION)$(SUFX).lib
@TCL_INCLUDE_SPEC@ -I$(INCLUDE_INSTALL_DIR)
@TCL_SRC_DIR@ $(ROOT)
+@TCL_PACKAGE_PATH@ $(LIB_INSTALL_DIR)
@TCL_STUB_LIB_FILE@ $(TCLSTUBLIBNAME)
@TCL_STUB_LIB_FLAG@ $(TCLSTUBLIBNAME)
@TCL_STUB_LIB_SPEC@ -L$(LIB_INSTALL_DIR) $(TCLSTUBLIBNAME)
|