home *** CD-ROM | disk | FTP | other *** search
Microsoft Help compiler Project | 1995-02-15 | 2.9 KB | 78 lines |
- ;==============================================================
- ; Project File for HLPGEN.MAC
- ;
- ; Created by the HelpGen Help Generator, version 1.21
- ; Copyright ⌐ 1994 by Rimrock Software
- ; All rights reserved.
- ;==============================================================
- [OPTIONS]
- ; This section specifies various options that control how a help file
- ; is built. This is an optional section, but must be placed first if
- ; it is used. To enable one of the options, remove the semicolon from
- ; the beginning of the option and complete the option.
- ;
- ; BMROOT designates the directory used to store bitmap files, if they
- ; are not in the current directory. Syntax: BMROOT=D:\PATH
- ;BMROOT=
-
- ; COMPRESS specifies what type of compression is used when building
- ; the help file. Syntax: COMPRESS=xxx where xxx is 0 for no
- ; compression, Medium for 40% compression and High for 50%
- ; compression.
- COMPRESS=HIGH
-
- ; COPYRIGHT adds a copyright message to the help file's About dialog
- ; box. It can be up to 35 characters in length. NOTE: for the copy-
- ; right symbol, use Alt-1-6-9.
- COPYRIGHT=⌐ 1994 Rimrock Software.
-
- ; ERRORLOG will route all the help compiler's error messages to a
- ; file, instead of being displayed on the screen.
- ; Syntax: ERRORLOG=D:\PATH\FILENAME.EXT
- ERRORLOG=ERRORLOG.TXT
-
- ; ICON specifies the icon to be used when the help file is minimized.
- ; This will override the default question mark icon.
- ; Syntax: ICON=D:\PATH\FILENAME.BMP
- ;ICON=
-
- ; REPORT determines the type of error messages that are displayed
- ; during help file compilation.
- REPORT=ON
-
- ; WARNING determines the level of error messages the help compiler
- ; displays during compilation. 1 is only the most severe, 2 is medium
- ; and 3 is all messages.
- WARNING=3
-
- ; TITLE determines the text that appears on the help file title bar.
- TITLE=HelpGen Help
-
- [FILES]
- ; This section specifies the topic files (RTF files) that are to be
- ; included in the help file. Initally, there will be one file in this
- ; list. Add new files as needed.
- HLPGEN.RTF
-
- [BITMAPS]
- ; This section specifies bitmap files included in the help file. If
- ; your help file includes any bitmaps, they should be listed here,
- ; unless you've listed a path for them using BMROOT in the OPTIONS
- ; section.
-
- [WINDOWS]
- ; This section controls the appearance of the main help window. It is
- ; required if you want to customize the appearance of the help window.
- ;
- ; The following statement controls the size, color and position of the
- ; main help window. Syntax is
- ; main=caption,(horpos,verpos,width,height),state,bkgnd_color,
- ; nonscrll_bkgnd,on_top
- ; bkgnd_color and nonscrll_bkgnd are RGB triplets in the form
- ; (Red,Green,Blue)
- ;
- ; If any fields are missing, the commas must still be there. The
- ; following line sets the non-scrolling background to a light green.
- main=,,0,,(0,128,64)
-
-