From f7b17661e96fff2a6fba6a0020e4da40063dfd9f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 5 Jan 2024 14:20:42 +0000 Subject: Make the SUFX for nmake-builds the same as for Makefile builds, if TCL_VERSION > 86 --- win/rules.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/rules.vc b/win/rules.vc index 7880d2a..337eec9 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1093,7 +1093,7 @@ SUFX = $(SUFX:x=) !else TMP_DIRFULL = $(TMP_DIRFULL:Dynamic=) EXT = lib -!if !$(MSVCRT) +!if $(MSVCRT) && $(TCL_VERSION) > 86 || !$(MSVCRT) && $(TCL_VERSION) < 87 TMP_DIRFULL = $(TMP_DIRFULL:X=) SUFX = $(SUFX:x=) !endif -- cgit v0.12