From: Pat Thoyts Date: Sat, 10 Jul 2010 10:47:59 +0000 (+0100) Subject: Fix tcl stubs linking in 8.6. X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=191379ea04b1a29be90f1767fe6f8f8e461b25b4;p=kitgen Fix tcl stubs linking in 8.6. Signed-off-by: Pat Thoyts --- 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)