home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tcltk805.zip / tcl805s.zip / tcl8.0.5 / os2 / INSTALL next >
Text File  |  1999-07-17  |  536b  |  16 lines

  1. # Following files need added #if defined(__OS2__) like __WIN32__
  2. # either copy them to generic or compile them from here (latter: not for .h)
  3. ren ..\generic\tcl.h tcl.h.orig
  4. copy tcl.h ..\generic
  5. ren ..\generic\tclInt.h tclInt.h.orig
  6. copy tclInt.h ..\generic
  7. ren ..\generic\tclPort.h tclPort.h.orig
  8. copy tclPort.h ..\generic
  9. #copy tclAlloc.c ..\generic
  10. #copy tcl2c.c ..\generic
  11. #copy tclCmdAH.c ..\generic
  12. #copy tclLoad.c ..\generic
  13. #copy tclTest.c ..\generic
  14. ren ..\doc\registry.n registry.n.orig
  15. copy registry.n ..\doc
  16.