home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d5
/
DDX_SDK.ZIP
/
DDXLib.dpr
< prev
next >
Wrap
Text File
|
2001-05-30
|
297b
|
20 lines
library DDXLib;
{ Don't do anything much with this library project file.
You must:
have DDXBase in the uses clause,
have you main DLL unit(s) in the uses clause,
include the ddxlib.inc file. }
uses
DDXBase,
DDXDemo;
{$R *.RES}
{$I ddxlib.inc}
begin
end.