summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-19 16:34:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-19 16:34:54 (GMT)
commitf49e8d0460d73dba79dfce1524bcdeafb149d120 (patch)
tree461420f5add7e9321dfea9fd9ded899e1b627865 /win
parenta8e46e186d7e83a275f27e70c3d51b39dfb9beb9 (diff)
parent97639520c1296e9d662f677b2e8d5d1f6c3d75ab (diff)
downloadtcl-f49e8d0460d73dba79dfce1524bcdeafb149d120.zip
tcl-f49e8d0460d73dba79dfce1524bcdeafb149d120.tar.gz
tcl-f49e8d0460d73dba79dfce1524bcdeafb149d120.tar.bz2
Merge 8.6
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 85c37f2..a5690ef 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -1260,7 +1260,13 @@ tklibs = "$(TKSTUBLIB)" "$(TKIMPLIB)"
# Various output paths
PRJIMPLIB = $(OUT_DIR)\$(PROJECT)$(VERSION)$(SUFX).lib
-PRJLIBNAME = $(PROJECT)$(VERSION)$(SUFX).$(EXT)
+PRJLIBNAME8 = $(PROJECT)$(VERSION)$(SUFX).$(EXT)
+PRJLIBNAME9 = tcl9$(PROJECT)$(VERSION)$(SUFX).$(EXT)
+!if $(TCL_MAJOR_VERSION) == 8
+PRJLIBNAME = $(PRJLIBNAME8)
+!else
+PRJLIBNAME = $(PRJLIBNAME9)
+!endif
PRJLIB = $(OUT_DIR)\$(PRJLIBNAME)
PRJSTUBLIBNAME = $(STUBPREFIX)$(VERSION).lib