From 191379ea04b1a29be90f1767fe6f8f8e461b25b4 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Sat, 10 Jul 2010 11:47:59 +0100 Subject: [PATCH] Fix tcl stubs linking in 8.6. Signed-off-by: Pat Thoyts --- Makefile.vc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.vc b/Makefile.vc index 9e2db3b..34002aa 100644 --- a/Makefile.vc +++ b/Makefile.vc @@ -93,6 +93,11 @@ KITOPTS = -t LIBS = user32.lib gdi32.lib ws2_32.lib !endif +!if $V > 85 +# Jan has been messing with the linker requirements in 8.6 +LIBS = $(LIBS) $(BUILD)\lib\tclstub$V.lib +!endif + !if $V < 86 PARTS = $(PARTS) zlib LIBS = $(BUILD)\lib\zlib.lib $(LIBS) -- 2.23.0