home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / xfld085s.zip / 001 / xfldr001.def < prev    next >
Text File  |  1999-01-05  |  1KB  |  33 lines

  1.  
  2. ;
  3. ; xfldr001.def:
  4. ;       module definition file for XFolder resource DLL (English).
  5. ;       A module definition file contains information which is needed
  6. ;       after code modules have been compiled and need to be linked
  7. ;       together.
  8. ;       You must change the XFLDR001 string just below to the file
  9. ;       name that the NLS DLL will carry. You can also change the
  10. ;       DESCRIPTION string, but this is not evaluated by XFolder.
  11. ;       Do not change anything else.
  12. ;
  13. ;       Copyright (C) 1997-99 Ulrich Möller.
  14. ;       This file is part of the XFolder source package.
  15. ;       XFolder is free software; you can redistribute it and/or modify
  16. ;       it under the terms of the GNU General Public License as published
  17. ;       by the Free Software Foundation, in version 2 as it comes in the
  18. ;       "COPYING" file of the XFolder main distribution.
  19. ;       This program is distributed in the hope that it will be useful,
  20. ;       but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. ;       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  22. ;       GNU General Public License for more details.
  23. ;
  24.  
  25. LIBRARY           XFLDR001   INITINSTANCE TERMINSTANCE
  26. DESCRIPTION       'XFolder resource file (English)'
  27.  
  28. PROTMODE
  29. DATA              MULTIPLE READWRITE LOADONCALL NONSHARED
  30. CODE              LOADONCALL
  31. EXPORTS           ReturnLanguage
  32.  
  33.