home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 February
/
Chip_2002-02_cd1.bin
/
sharewar
/
apaths
/
APSOURCE.ZIP
/
AppPaths.def
< prev
next >
Wrap
Text File
|
2001-03-26
|
576b
|
24 lines
; AppPaths.def - March 26th, 2001
;
; Copyright (c) 1997-2001 by Gregory Braun. All rights reserved.
;
; This module forms the linker definition file required for
; the AppPaths Control Panel Applet project.
;
; Include this file in the AppPaths project to provide the
; export stubs needed to invoke the CPL module.
;
LIBRARY AppPaths
DESCRIPTION 'MS Windows Application Paths Control Panel Applet'
HEAPSIZE 2048
EXPORTS
CPlApplet
; end of AppPaths.def - written by Gregory Braun