home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / help / cppwtk35.hlp (.txt) < prev    next >
Encoding:
OS/2 Help File  |  1996-02-23  |  3.6 KB  |  83 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. IBM Resource Compiler Command-Line Options ΓòÉΓòÉΓòÉ
  3.  
  4. The syntax of the command to run the resource compiler is: 
  5.  
  6. IRC [options ...] filename
  7.  
  8. The options you can use are: 
  9.  
  10.  -fofilename         Renames the output .RES file. Default is the same name as 
  11.                      the input .RC file. 
  12.  
  13.  -v                  Produces progress messages during resource compilation. 
  14.  
  15.  -ipath              Sets the path where the resource compiler looks for 
  16.                      include files. 
  17.  
  18.  -dsymbol[=string]   Defines the symbol as 1 or a specified string. 
  19.  
  20.  -x                  Ignores the INCLUDE environment variable during resource 
  21.                      compilation. 
  22.  
  23.  
  24. ΓòÉΓòÉΓòÉ 2. IBM Help Compiler Command-Line Options ΓòÉΓòÉΓòÉ
  25.  
  26. The syntax of the command to run the IPF help compiler is: 
  27.  
  28. IPFC [options ...] filename
  29.  
  30. The options you can use are: 
  31.  
  32.  /lang=<locale>      Specific language locale 
  33.  
  34.  /inf                Generate .inf file 
  35.  
  36.  /q                  Dismiss GUI when compile is completed 
  37.  
  38.  /s                  Suppresses the performance of the search function 
  39.  
  40.  /x                  Generates and displays cross-reference listings 
  41.  
  42.  /w=<level>          Warning levels 
  43.  
  44.  
  45. ΓòÉΓòÉΓòÉ 3. Help Compiler Command-Line Options ΓòÉΓòÉΓòÉ
  46.  
  47. The syntax of the command to run the Help compiler is: 
  48.  
  49. HCW [options ...] filename
  50.  
  51. The options you can use are: 
  52.  
  53.  /a                  Specifies that additional information is to be added to 
  54.                      the Help file. For version 4.0, the additional information 
  55.                      is the topic ID of each topic and the source file the 
  56.                      topic appears in. If the Help Author command on the File 
  57.                      menu in Help Workshop is checked, you can display this 
  58.                      information by clicking a topic using your right mouse 
  59.                      button, and then clicking Topic Information. 
  60.  
  61.  /c                  Starts compiling the specified project (.hpj) file or Help 
  62.                      makefile (.hmk). 
  63.  
  64.  /e                  Quits the Hcw.exe program after compiling the specified 
  65.                      file. Use this switch in conjunction with the /C or /M 
  66.                      switch. 
  67.  
  68.  /m                  Minimizes the Hcw.exe program while compiling the 
  69.                      specified project file. 
  70.  
  71.  /n                  Turns off compression when compiling the specified file, 
  72.                      no matter what value is specified for the COMPRESS option 
  73.                      in the project file(s). 
  74.  
  75.  /r                  Specifies that the Help file is to be displayed in WinHelp 
  76.                      as soon as it is compiled. 
  77.  
  78.  /t                  Turns on Translation mode. This limits what can be changed 
  79.                      in a contents (.cnt) or project file. Only text that 
  80.                      should be translated to another language can be changed. 
  81.                      This can also be set by clicking the Translation command 
  82.                      on Help Workshop's File menu. 
  83.