home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l040 / 13.ddi / RTLTV.ZIP / BUILDTV.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-10-28  |  687 b   |  32 lines

  1.  
  2. {*******************************************************}
  3. {                                                       }
  4. {       Borland Pascal Version 7.0                      }
  5. {       Turbo Vision Build Program                      }
  6. {                                                       }
  7. {       Copyright (c) 1992 Borland International        }
  8. {                                                       }
  9. {*******************************************************}
  10.  
  11. program Build;
  12.  
  13. uses
  14.   Strings,
  15.   Objects,
  16.   Drivers,
  17.   Memory,
  18.   Views,
  19.   Menus,
  20.   Dialogs,
  21.   StdDlg,
  22.   MsgBox,
  23.   TextView,
  24.   Colorsel,
  25.   Editors,
  26.   App,
  27.   Validate,
  28.   Outline;
  29.  
  30. begin
  31. end.
  32.