home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l040 / 13.ddi / RTLOWL.ZIP / BUILDOWL.PAS next >
Encoding:
Pascal/Delphi Source File  |  1992-10-28  |  610 b   |  23 lines

  1. {*******************************************************}
  2. {                                                       }
  3. {       Borland Pascal Version 7.0                      }
  4. {       ObjectWindows Build Program                     }
  5. {                                                       }
  6. {       Copyright (c) 1992 Borland International        }
  7. {                                                       }
  8. {*******************************************************}
  9.  
  10. program Build;
  11.  
  12. uses
  13.   OWindows,
  14.   ODialogs,
  15.   OMemory,
  16.   OPrinter,
  17.   OStdDlgs,
  18.   OStdWnds,
  19.   CustCntl,
  20.   BWCC;
  21. begin
  22. end.
  23.