home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk14 / rtl70.pak / BUILDOWL.PAS next >
Encoding:
Pascal/Delphi Source File  |  1995-08-24  |  611 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.