home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / awe0157.zip / project.prj < prev    next >
Text File  |  1998-08-17  |  2KB  |  78 lines

  1. // Comment
  2. // This file needs editing to be correct
  3. // Comment
  4.  
  5. // This is used for choosing the file holding the files used in your project
  6.  
  7. FILELIST filename.lst
  8.  
  9. // The following are currently not used
  10.  
  11. // The following are currently not used
  12.  
  13. DEFExclude defnotwanted.def
  14. DEFExclude anotherbaddef.def
  15. DEFExclude msjava.def
  16.  
  17. PLGpath d:\awe\plg\
  18.  
  19.  
  20. // Filespec for dialogs
  21. // should be set to *.htm for FAT users, *.html for hpfs users
  22.  
  23. filespec *.htm;*.html
  24.  
  25.  
  26. // Used in version since v 0.154
  27.  
  28.  
  29.  
  30. PARpath D:\AWE\PART\
  31.  
  32. Keypath D:\AWE\KEYS\
  33.  
  34. // Used in this version since v 0.153
  35.  
  36. // DEFPath Must have a trailing \
  37. // uncomment to activate
  38.  
  39. DEFPath D:\AWE\DEFS\
  40.  
  41. // Autosave Name should be the name of the file to make autosaves to
  42. // uncomment to activate
  43. AutosaveName D:\awe\autosave
  44.  
  45. // This is used to set the save and load directory
  46. // uncomment to activate
  47.  
  48. WORKDIR D:\AWE\
  49.  
  50. // GROUP GROUPNAME
  51. // GROUP Document would be automatically done from File List
  52.  
  53. GROUP Images
  54. GROUP Include
  55. GROUP Links
  56.  
  57. // TAG, SearchString , Group, Instruction, Options
  58. // The Instruction will have use of the option
  59. // COPY will mean the whole tag is for inclusion in tree
  60. // and uses the option to choose the before and after
  61. // NEXTWORD means the next word after the search string
  62. // COPYNEXT means the word and then the next word
  63.  
  64. TAG <IMG Images COPY >
  65. TAG <A Links COPY </A>
  66. TAG #include Include COPYNEXT
  67. TAG #define Include NEXTWORD
  68.  
  69. EXTERNAL1 Hello
  70. PLUG_1 Lowercase d:\awe\PLG\lowercase.PLG
  71. PLUG_2 Uppercase d:\awe\PLG\uppercase.PLG
  72.  
  73. // SORTORDER ASCENDING or DESCENDING or leave blank
  74. SORTORDER ASCENDING
  75. SORTORDER
  76.  
  77. // END
  78.