home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / FILEEXP.ZIP / FILEEXP.DPR < prev    next >
Encoding:
Text File  |  1996-08-19  |  356 b   |  23 lines

  1. library FileExp;
  2.  
  3. uses
  4.   ShareMem,
  5.   Forms,
  6.   SysUtils,
  7.   WinTypes,
  8.   ExptIntf,
  9.   ToolIntf,
  10.   EditIntf,
  11.   VirtIntf,
  12.   WinProcs,
  13.   Dialogs,
  14.   About in 'About.pas' {frmAbout},
  15.   FileExpU in 'FileExpU.pas' {frmFileName},
  16.   Properties in 'Properties.pas' {frmProperties};
  17.  
  18. exports
  19.   InitExpert name ExpertEntryPoint resident;
  20.  
  21. begin
  22. end.
  23.