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 >
Text File  |  2001-05-30  |  297b  |  20 lines

  1. library DDXLib;
  2.  
  3. { Don't do anything much with this library project file.
  4.   You must:
  5.     have DDXBase in the uses clause,
  6.     have you main DLL unit(s) in the uses clause,
  7.     include the ddxlib.inc file. }
  8.  
  9. uses
  10.   DDXBase,
  11.   DDXDemo;
  12.  
  13. {$R *.RES}
  14.  
  15. {$I ddxlib.inc}
  16.  
  17. begin
  18. end.
  19.  
  20.