Add description of new --codepage switch for windres which was accidentally omitted when the full patch was checked in.

This commit is contained in:
Nick Clifton 2007-06-19 11:29:05 +00:00
parent 064a5d7bd2
commit 30ff741fa7
1 changed files with 7 additions and 0 deletions

View File

@ -3011,6 +3011,13 @@ Ignored for compatibility with rc.
Enable verbose mode. This tells you what the preprocessor is if you
didn't specify one.
@item -c @var{val}
@item --codepage @var{val}
Specify the default codepage to use when reading an @code{rc} file.
@var{val} should be a hexadecimal prefixed by @samp{0x} or decimal
codepage code. The valid range is from zero up to 0xffff, but the
validity of the codepage is host and configuration dependent.
@item -l @var{val}
@item --language @var{val}
Specify the default language to use when reading an @code{rc} file.