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 PATH when looking for include or bitmap files.

Note: multiple paths be repeating the -I option.

-D MACRO[=VAL]

Define a preprocessor symbol with an optional value.

The macros defined with the -D option can be referenced in #ifdef statements 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 -H is 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 AUTO width calculations.

-Fj

Use Japanese font widths for AUTO width calculations.

-F5

Use Chinese (Big5) font widths for AUTO width calculations.

-Fg

Use Chinese (GB) font widths for AUTO width calculations.

-Fkm

Use Korean font widths for AUTO width calculations (Hanme font).

-Fkt ...

Get Palm OS Programming, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.