home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / src / sld_help.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-05-11  |  1.5 KB  |  68 lines

  1. /* This file was generated, do not edit. */
  2. static scc_param_help_t options_param_help[] = {
  3.   {
  4.     .name = "o",
  5.     .arg = "basename",
  6.     .dfault = "scummc$VERSION",
  7.     .desc = "Set the output file basename."
  8.   },{
  9.     .name = "key",
  10.     .arg = "val",
  11.     .dfault = "0",
  12.     .desc = "Set the output encryption key."
  13.   },{
  14.     .name = "max-local",
  15.     .arg = "val",
  16.     .dfault = "200",
  17.     .desc = "Set the maximal number of object per room in the MAXS block."
  18.   },{
  19.     .name = "max-array",
  20.     .arg = "val",
  21.     .dfault = "100",
  22.     .desc = "Set the maximal number of array in the MAXS block."
  23.   },{
  24.     .name = "max-flobj",
  25.     .arg = "val",
  26.     .dfault = "20",
  27.     .desc = "Set the maximal number of flobject in the MAXS block."
  28.   },{
  29.     .name = "max-inventory",
  30.     .arg = "val",
  31.     .dfault = "20",
  32.     .desc = "Set the maximal number of inventory slot in the MAXS block."
  33.   },{
  34.     .name = "write-room-names",
  35.     .arg = NULL,
  36.     .dfault = NULL,
  37.     .desc = "Fill the RNAM block with the room names."
  38.   },{
  39.     .name = "v",
  40.     .arg = NULL,
  41.     .dfault = NULL,
  42.     .desc = "Enable verbose output."
  43.   },{
  44.     .name = "vv",
  45.     .arg = NULL,
  46.     .dfault = NULL,
  47.     .desc = "Enable debug output."
  48.   },{
  49.     .name = "room",
  50.     .arg = NULL,
  51.     .dfault = NULL,
  52.     .desc = "Output .lfl files instead of bundles."
  53.   },{}
  54. };
  55.  
  56. static scc_param_help_t sld_param_help[] = {
  57.   {
  58.     .name = "OPTIONS",
  59.     .group = options_param_help
  60.   },{}
  61. };
  62.  
  63. static scc_help_t sld_help = {
  64.   .name = "sld",
  65.   .usage = "[OPTIONS] input.roobj ...",
  66.   .param_help = sld_param_help
  67. };
  68.