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 >
Wrap
Text File
|
1999-10-12
|
787b
|
24 lines
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{ RX build project }
{ }
{ Copyright (c) 1997, 1998 Master-Bank }
{ }
{*******************************************************}
{$D-,L-,Y-,B-,S-,I-}
{$I RX.INC}
{$IFDEF RX_D3}
ERROR! RX Build program is intended for Delphi 1.0 and 2.0 only
{$ENDIF}
Library RxBuild;
Uses RxCtlReg, RxDBReg, RxTooReg, RxBDEReg, DbExcpt, DateUtil, RxIni, ObjStr,
Parsing, RxVerInf, SplshWnd, Ole2Auto, QBndDlg, RxHints, Str16;
begin
end.