home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / RXBUILD.DPR < prev    next >
Text File  |  1999-10-12  |  787b  |  24 lines

  1. {*******************************************************}
  2. {                                                       }
  3. {         Delphi VCL Extensions (RX)                    }
  4. {         RX build project                              }
  5. {                                                       }
  6. {         Copyright (c) 1997, 1998 Master-Bank          }
  7. {                                                       }
  8. {*******************************************************}
  9.  
  10. {$D-,L-,Y-,B-,S-,I-}
  11.  
  12. {$I RX.INC}
  13.  
  14. {$IFDEF RX_D3}
  15.   ERROR! RX Build program is intended for Delphi 1.0 and 2.0 only
  16. {$ENDIF}
  17.  
  18. Library RxBuild;
  19.  
  20. Uses RxCtlReg, RxDBReg, RxTooReg, RxBDEReg, DbExcpt, DateUtil, RxIni, ObjStr,
  21.   Parsing, RxVerInf, SplshWnd, Ole2Auto, QBndDlg, RxHints, Str16;
  22.  
  23. begin
  24. end.