home *** CD-ROM | disk | FTP | other *** search
/ Multipedia / Multipedia_SoftKey_1995.iso / help / mphelp.hpj < prev    next >
Text File  |  1995-12-19  |  4KB  |  137 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for MPHELP 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS= value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the MPHELP.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT= entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT= entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=F:\MPHELP
  19.  
  20. ; The CONTENTS= tells the help Engine which topic contains the contents 
  21.  
  22. ; Title is Displayed in the Title Bar of WINHELP.EXE
  23. TITLE=Multipedia Help
  24.  
  25. ; The BUILD= setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the = sign in the 
  28. ; BUILD= statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36. WARNING=3
  37.  
  38. ; The Compress option is used by the Help Compiler to make 
  39. ; smaller, faster loading .HLP files.  However, using compression
  40. ; increases Compile times.
  41. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  42.  
  43.  
  44. COMPRESS=FALSE
  45. OLDKEYPHRASE=FALSE
  46. OPTCDROM=FALSE
  47. REPORT=FALSE
  48. CONTENTS=Contents
  49. BMROOT=G:\MPHELP 
  50. ERRORLOG=G:\MPHELP\MPHELP.ERR
  51. [BUILDTAGS]
  52. ; The Build Tags section specifies to the Help Compiler the names
  53. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  54. ; section is optional.
  55. WINDOWS
  56.  
  57.  
  58. [CONFIG]
  59. ; The config section allows you to define some macros which will be
  60. ; executed when the help system is first executed.
  61. ;
  62. ; The next line gives you browse buttons:
  63. ;
  64.  
  65. ;
  66. ; To create a glossary button which displays a list of defined terms
  67. ; in a secondary window, remove the semi colon at the start of the next
  68. ; line and do the same with the Glossary window in the [WINDOWS] section
  69. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  70. ;
  71.  
  72.  
  73. BrowseButtons()
  74. CreateButton("Exit","Exit","Exit()")
  75. [FILES]
  76. ; The files section is where you specify to the Help Compiler which
  77. ; Rich Text Format (.RTF) (your help source) files will be used in the
  78. ; Help system.  RoboHELP generates and maintains the main .RTF 
  79. ; file for your Help System.  If you desire to have multiple .RTF files,
  80. ; simply add the additonal names to the [FILES] section.
  81.  
  82. MPHELP.RTF
  83. [ALIAS]
  84. ; The Alias  section allows you to set up aliases for context strings 
  85. ; in your help system.  
  86. ; Brief example:
  87. ;    IDH_UserID = IDH_RoboGenerated_Id
  88. ;    IDH_WMP_MenuID = IDH_RoboGenerated_Id
  89. ;    IDH_Any = IDH_AnyOther
  90.  
  91. [MAP]
  92. ; The Map Section is where the C language #defines are translated 
  93. ; or mapped into the Help System Context Strings.  Standard C syntax
  94. ; can be employed.  The .HH file is meant to be #include(d) into your 
  95. ; Windows application source code.
  96.  
  97. [BITMAPS]
  98. ; The [BITMAPS] section is where you list any Bitmaps which have
  99. ; been placed by reference in the Help System.  See the Help compiler
  100. ; documentation for more information about placing bitmaps.
  101. ; The [BITMAPS] section is not really required under Windows 3.1,
  102. ; with the advent of the BMROOT item in the [OPTIONS] section.
  103. ;FOO1.BMP
  104. ;FOO2.BMP
  105. ;C:\FOO\FOO3.BMP
  106. ;And So On
  107.  
  108. [WINDOWS]
  109. ; Windows Help can display help in one of 5 secondary windows.
  110. ; Before using a secondary window, the window must be defined
  111. ; in this section:
  112. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  113.  
  114. main=,(0,0,1023,1023),0,,
  115. index="Index",(468,246,474,696),0,(255,255,255),(255,255,255),1
  116. [BAGGAGE]
  117. ; The Baggage section allows the user to include files which
  118. ; will be placed in the internal file system for WinHelp.  
  119. ; Using files from Baggage is a little faster for CDROM, since
  120. ; the CDROM drive table does not need to be read from disk.
  121. ;
  122. ; Baggage files are referred to as regular bitmaps, except
  123. ; that you prefix the filename with '!'.
  124. ;
  125. ;    For Instance:
  126. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  127. ;
  128.