Posted to tcl by patthoyts at Tue Nov 24 15:57:09 GMT 2009view pretty

C:\opt\tcl\src\kitgen>svn diff Makefile.vc
Index: Makefile.vc
===================================================================
--- Makefile.vc (revision 4721)
+++ Makefile.vc (working copy)
@@ -93,6 +93,11 @@
 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)