NAME

ewc - EmWeb compiler


SYNOPSIS

ewc options files libraries


ARGUMENTS

         [ --version                                        ]
         [ { -m   | --mime }     <mime-type-map-file-name>  ]
         [ { -o   | --output }   <output file prefix>       ]
         [ { -u   | --url }      <archive-url-base-path>    ]
         [ { -n   | --name }     <archive-symbol-base-name> ]
         [ { -C   | --no-compress }                         ]
         [ { -E   | --no-etag }                             ]
         [ { -P   | --no-preprocessor }                     ]
         [ { -s   | --stubs }                               ]
         [ { -r   | --raw }                                 ]
         [ { -b   | --binmode }                             ]
         [ { -c   | --c }                                   ]
         [ { -l   | --little }                              ]
         [ { -I   | --if-modified }                         ]
         [ { -as  | --archive-symbols }                     ]
         [ { -aas | --archive-all-symbols }                 ]
         [ --no-dynamic-field-size                          ]
         [ --noconst                                        ]
         [ --no-strict-const                                ]
         [ { -M | --master }    <master-ewa-file-name>      ]
         [ --map                <namespace-map-file-name>   ]
         [ --mibmap             <smi2-mib-file-name>        ]
         [ { -q | --quiet } | { -v | --verbose } | { -d | --debug }... ]
         [ --license-path                                   ]
         [ --lite                                           ]
         [ -i | --isos                                      ]
         [ --                                               ]
         <archive-source-path> ...


DESCRIPTION

ewc compiles web content.

It is not intended to be used directly