home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / SVET_GEO / TEXTDESK / TEXTDESK.ZIP / TEXTED.GP < prev    next >
Text File  |  1996-05-19  |  1KB  |  64 lines

  1. #####################################################################
  2. #
  3. #  Copyright (C) 1996 Blue Marsh Softworks -- All Rights Resevered.
  4. #
  5. # PROJECT:       Text Editor
  6. # MODULE:        Geode Parameters
  7. # FILE:          texted.gp
  8. #
  9. # AUTHORS:       Nathan Fiedler
  10. #
  11. # REVISION HISTORY:
  12. #      Name      Date      Description
  13. #      ----      ----      -----------
  14. #       NF       02/12/96  Initial version
  15. #
  16. # DESCRIPTION:
  17. #      This file contains the geode parameters for the Text Editor
  18. #      application. This file is read by the GLUE linker to
  19. #      build this application.
  20. #
  21. #####################################################################
  22.  
  23. name texted.app
  24.  
  25. longname "Text Editor"
  26.  
  27. type appl, process
  28.  
  29. class TFEProcessClass
  30.  
  31. appobj TFEApp
  32.  
  33. tokenchars "TXED"
  34. tokenid 16426
  35.  
  36. # Add in 64 for the data read/write block (1K div 16).
  37. heapspace 380
  38. # heapspace 500
  39.  
  40. platform geos201
  41. # platform zoomer
  42. # platform pt9000
  43. # platform omnigo
  44.  
  45. library geos
  46. library ui
  47. library text
  48. library spool
  49. library spell
  50.  
  51. resource APPRESOURCE ui-object
  52. resource INTERFACE ui-object
  53. resource DOCGROUPRESOURCE object
  54. resource DISPLAYRESOURCE ui-object discard-only
  55. resource DOCUMENTRESOURCE ui-object discard-only
  56. resource TFELCMONIKERRESOURCE ui-object
  57. resource TFELMMONIKERRESOURCE ui-object
  58.  
  59. export TFEDocumentClass
  60. export TFETextClass
  61.  
  62. usernotes "Text Editor - Lets you edit text files."
  63.  
  64.