home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / tttsrc51.zip / BUILDTTT.PAS next >
Pascal/Delphi Source File  |  1993-03-08  |  792b  |  39 lines

  1. Program Full_Build;
  2.  
  3. {                       INSTRUCTIONS
  4.    To enable the full features of the Toolkit, the following compiler
  5.    directives must be Entered. These are entered with the command:
  6.  
  7.        Alt O C C     - "Options" "Compiler" "Conditional defines"
  8.  
  9.    Then enter one or more of the following conditional defines:
  10.  
  11.        "K_FULL DIRFULL IOFULL"
  12.  
  13.    If you do not want all the Toolkit features, omit the relevant
  14.    conditional definition.
  15.  
  16.    Finally select the compiler build option to build the units:
  17.  
  18.        Alt C B       - "Compile" "Build"
  19. }
  20.  
  21. Uses FastTTT5,
  22.      KeyTTT5,
  23.      WinTTT5,
  24.      MenuTTT5,
  25.      PullTTT5,
  26.      NestTTT5,
  27.      ListTTT5,
  28.      DirTTT5,
  29.      StrnTTT5,
  30.      ReadTTT5,
  31.      IOTTT5,
  32.      MiscTTT5;
  33.  
  34. begin
  35. end.
  36.  
  37.  
  38.  
  39.