home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tcltk805.zip / tcl805s.zip / tk8.0.5 / os2 / INSTALL < prev    next >
Text File  |  1999-04-25  |  964b  |  27 lines

  1. # Following files need added #if defined(__OS2__) like __WIN32__
  2. # either copy them to generic or compile the from here (latter: not for .h)
  3. ren ..\generic\default.h default.h.orig
  4. copy default.h ..\generic
  5. ren ..\generic\tkPort.h tkPort.h.orig
  6. copy tkPort.h ..\generic
  7. ren ..\library\button.tcl button.tcl.orig
  8. copy button.tcl ..\library
  9. ren ..\library\console.tcl console.tcl.orig
  10. copy console.tcl ..\library
  11. ren ..\library\entry.tcl entry.tcl.orig
  12. copy entry.tcl ..\library
  13. ren ..\library\scrlbar.tcl scrlbar.tcl.orig
  14. copy scrlbar.tcl ..\library
  15. ren ..\library\text.tcl text.tcl.orig
  16. copy text.tcl ..\library
  17. ren ..\library\tk.tcl tk.tcl.orig
  18. copy tk.tcl ..\library
  19. ren ..\library\demos\menu.tcl menu.tcl.orig
  20. copy tk.tcl ..\library\demos
  21. #copy tkCanvPs.c ..\generic
  22. #copy tkImgPhoto.c ..\generic
  23. #copy tkMain.c ..\generic
  24. #copy tkSend.c ..\generic
  25. #copy tkTest.c ..\generic   (includes OS/2 specific code)
  26. #copy tkWindow.c ..\generic
  27.