home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / PASCAL / TOTSRC.ZIP / TOTBUILD.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-02-10  |  357 b   |  26 lines

  1. Program totBUILD;
  2.  
  3. {an "empty" program for rebuilding the entire Toolkit}
  4.  
  5. Uses totLOOK, 
  6.      totREAL,
  7.      totSYS,
  8.      totINPUT,
  9.      totFAST,
  10.      totWIN,
  11.      totMSG,
  12.      totLINK,
  13.      totLIST,
  14.      totDIR,
  15.      totIO1,
  16.      totIO2,
  17.      totIO3,
  18.      totMENU,
  19.      totSTR,
  20.      totDATE,
  21.      totMISC,
  22.      totKEY;
  23. begin
  24. end.
  25.  
  26.