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 >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-05-30
|
297 b
|
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.