Usage
pilrc [-L LANGUAGE] [-I INCLUDE PATH] [-D MACRO(=VAL)] [-R RESFILE] [-q] [-V] [-Fh] [-Fj] [-F5] [-Fg] [-Fkm] [-Fkt] [-allowEditID] [-LE32] file.rcp [output path] pilrcui [-L LANGUAGE] file.rcp
Tip
Command-line switches are not supported in the PilRC plug-in. The
plug-in is executed with the switches -L ENGLISH -allowEditID.
- -L LANGUAGE
Generate resource files for a target language,
LANGUAGE.- -I INCLUDE PATH
Search
INCLUDE PATHwhen looking for include or bitmap files.Note: multiple paths be repeating the
-Ioption.- -D MACRO[=VAL]
Define a preprocessor symbol with an optional value.
The macros defined with the
-Doption can be referenced in#ifdefstatements in the resource file for conditional compilation.Note: if no value is specified, the symbol will be given the value of 1.
- -R RESFILE
Output a .res file specifying all the resources emitted by PilRC.
- -H INCFILE
Output a .h file containing auto-generated resource item IDs for resource items that were defined without an ID previously.
Note: if
-His not specified then undefined IDs are considered errors.- -q
Less noisy output, for you minimalists.
- -V
Generate Microsoft (VS-style) warning/error output (default is GNU-style).
- -Fh
Use Hebrew font widths for
AUTOwidth calculations.- -Fj
Use Japanese font widths for
AUTOwidth calculations.- -F5
Use Chinese (Big5) font widths for
AUTOwidth calculations.- -Fg
Use Chinese (GB) font widths for
AUTOwidth calculations.- -Fkm
Use Korean font widths for
AUTOwidth calculations (Hanme font).- -Fkt ...