home *** CD-ROM | disk | FTP | other *** search
- // Comment
- // This file needs editing to be correct
- // Comment
-
- // This is used for choosing the file holding the files used in your project
-
- FILELIST filename.lst
-
- // The following are currently not used
-
- // The following are currently not used
-
- DEFExclude defnotwanted.def
- DEFExclude anotherbaddef.def
- DEFExclude msjava.def
-
- PLGpath d:\awe\plg\
-
-
- // Filespec for dialogs
- // should be set to *.htm for FAT users, *.html for hpfs users
-
- filespec *.htm;*.html
-
-
- // Used in version since v 0.154
-
-
-
- PARpath D:\AWE\PART\
-
- Keypath D:\AWE\KEYS\
-
- // Used in this version since v 0.153
-
- // DEFPath Must have a trailing \
- // uncomment to activate
-
- DEFPath D:\AWE\DEFS\
-
- // Autosave Name should be the name of the file to make autosaves to
- // uncomment to activate
- AutosaveName D:\awe\autosave
-
- // This is used to set the save and load directory
- // uncomment to activate
-
- WORKDIR D:\AWE\
-
- // GROUP GROUPNAME
- // GROUP Document would be automatically done from File List
-
- GROUP Images
- GROUP Include
- GROUP Links
-
- // TAG, SearchString , Group, Instruction, Options
- // The Instruction will have use of the option
- // COPY will mean the whole tag is for inclusion in tree
- // and uses the option to choose the before and after
- // NEXTWORD means the next word after the search string
- // COPYNEXT means the word and then the next word
-
- TAG <IMG Images COPY >
- TAG <A Links COPY </A>
- TAG #include Include COPYNEXT
- TAG #define Include NEXTWORD
-
- EXTERNAL1 Hello
- PLUG_1 Lowercase d:\awe\PLG\lowercase.PLG
- PLUG_2 Uppercase d:\awe\PLG\uppercase.PLG
-
- // SORTORDER ASCENDING or DESCENDING or leave blank
- SORTORDER ASCENDING
- SORTORDER
-
- // END