summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-05 09:39:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-05 09:39:13 (GMT)
commitf05d8caa97e5063e66feae1a72e4fef1f3229d48 (patch)
tree607307682a97eaf8124c737604dd6d6a909dac98 /win/makefile.vc
parent83078d0be30de3fd40f92adcabfa0f48321987c5 (diff)
downloadtcl-f05d8caa97e5063e66feae1a72e4fef1f3229d48.zip
tcl-f05d8caa97e5063e66feae1a72e4fef1f3229d48.tar.gz
tcl-f05d8caa97e5063e66feae1a72e4fef1f3229d48.tar.bz2
Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConfig.sh) with "${prefix}\lib" (even though it isn't actually used on Windows)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index e94e3db..8d7d4cf 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -717,6 +717,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)