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

  1. {*******************************************************}
  2. {                                                       }
  3. {       Borland Pascal Version 7.0                      }
  4. {       Windows 3.1 Interface build program             }
  5. {                                                       }
  6. {       Copyright (c) 1992 Borland International        }
  7. {                                                       }
  8. {*******************************************************}
  9.  
  10. program Build;
  11.  
  12. uses
  13.   Commdlg,
  14.   DDEML,
  15.   Dlgs,
  16.   LZExpand,
  17.   MMSystem,
  18.   Ole,
  19.   ShellApi,
  20.   Stress,
  21.   Toolhelp,
  22.   Ver,
  23.   ColorDlg,
  24.   Cpl,
  25.   Print,
  26.   WFExt,
  27.   WinMem32;
  28. begin
  29. end.
  30.  
  31.