home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / sharewar / apaths / APSOURCE.ZIP / AppPaths.def < prev    next >
Text File  |  2001-03-26  |  576b  |  24 lines

  1. ; AppPaths.def - March 26th, 2001
  2. ;
  3. ;       Copyright (c) 1997-2001 by Gregory Braun. All rights reserved.
  4. ;
  5. ;       This module forms the linker definition file required for
  6. ;       the AppPaths Control Panel Applet project.
  7. ;
  8. ;       Include this file in the AppPaths project to provide the
  9. ;       export stubs needed to invoke the CPL module.
  10. ;
  11.  
  12.  
  13. LIBRARY         AppPaths
  14.  
  15. DESCRIPTION     'MS Windows Application Paths Control Panel Applet'
  16.  
  17. HEAPSIZE        2048
  18.  
  19. EXPORTS
  20.                 CPlApplet
  21.  
  22.  
  23. ; end of AppPaths.def - written by Gregory Braun
  24.