Scroll to navigation

fpcjres(1) User Commands fpcjres(1)

NAME

fpcjres - a resource file converter

DESCRIPTION

fpcjres This program is called by the free pascal compiler and is used to translate {$R xxx} directives to java resources that can be included in a java class.

Syntax: fpcjres [options] <inputfile> [<inputfile>...] [-o <outputfile>]

OPTIONS

Show a help message screen.
Show program version.
Be verbose.
Ignored for compatibility with other tools.
Set the output file name.
@<file>
Read more options from file <file>

SEE ALSO

BR fpc (1)
September 2015 fpcjres - resource file converter