home *** CD-ROM | disk | FTP | other *** search
-
- ΓòÉΓòÉΓòÉ 1. IBM Resource Compiler Command-Line Options ΓòÉΓòÉΓòÉ
-
- The syntax of the command to run the resource compiler is:
-
- IRC [options ...] filename
-
- The options you can use are:
-
- -fofilename Renames the output .RES file. Default is the same name as
- the input .RC file.
-
- -v Produces progress messages during resource compilation.
-
- -ipath Sets the path where the resource compiler looks for
- include files.
-
- -dsymbol[=string] Defines the symbol as 1 or a specified string.
-
- -x Ignores the INCLUDE environment variable during resource
- compilation.
-
-
- ΓòÉΓòÉΓòÉ 2. IBM Help Compiler Command-Line Options ΓòÉΓòÉΓòÉ
-
- The syntax of the command to run the IPF help compiler is:
-
- IPFC [options ...] filename
-
- The options you can use are:
-
- /lang=<locale> Specific language locale
-
- /inf Generate .inf file
-
- /q Dismiss GUI when compile is completed
-
- /s Suppresses the performance of the search function
-
- /x Generates and displays cross-reference listings
-
- /w=<level> Warning levels
-
-
- ΓòÉΓòÉΓòÉ 3. Help Compiler Command-Line Options ΓòÉΓòÉΓòÉ
-
- The syntax of the command to run the Help compiler is:
-
- HCW [options ...] filename
-
- The options you can use are:
-
- /a Specifies that additional information is to be added to
- the Help file. For version 4.0, the additional information
- is the topic ID of each topic and the source file the
- topic appears in. If the Help Author command on the File
- menu in Help Workshop is checked, you can display this
- information by clicking a topic using your right mouse
- button, and then clicking Topic Information.
-
- /c Starts compiling the specified project (.hpj) file or Help
- makefile (.hmk).
-
- /e Quits the Hcw.exe program after compiling the specified
- file. Use this switch in conjunction with the /C or /M
- switch.
-
- /m Minimizes the Hcw.exe program while compiling the
- specified project file.
-
- /n Turns off compression when compiling the specified file,
- no matter what value is specified for the COMPRESS option
- in the project file(s).
-
- /r Specifies that the Help file is to be displayed in WinHelp
- as soon as it is compiled.
-
- /t Turns on Translation mode. This limits what can be changed
- in a contents (.cnt) or project file. Only text that
- should be translated to another language can be changed.
- This can also be set by clicking the Translation command
- on Help Workshop's File menu.
-