Fix tcl stubs linking in 8.6.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 10 Jul 2010 10:47:59 +0000 (11:47 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 10 Jul 2010 10:47:59 +0000 (11:47 +0100)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Makefile.vc

index 9e2db3bc6ad3fa9a86f36a9e0ff26799272465ca..34002aa524f18138cf217e089a0def6324ee266a 100644 (file)
@@ -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)