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

  1. C:\opt\tcl\src\kitgen>svn diff Makefile.vc
  2. Index: Makefile.vc
  3. ===================================================================
  4. --- Makefile.vc (revision 4721)
  5. +++ Makefile.vc (working copy)
  6. @@ -93,6 +93,11 @@
  7. LIBS = user32.lib gdi32.lib ws2_32.lib
  8. !endif
  9.  
  10. +!if $V > 85
  11. +# Jan has been messing with the linker requirements in 8.6
  12. +LIBS = $(LIBS) $(BUILD)\lib\tclstub$V.lib
  13. +!endif
  14. +
  15. !if $V < 86
  16. PARTS = $(PARTS) zlib
  17. LIBS = $(BUILD)\lib\zlib.lib $(LIBS)