logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fprcp - Free Pascal windres preprocessor program.

Description

fprcp  reads  a  .rc file and preprocesses it, writing the result to standard output as it goes along. It
       replaces defined constants with their values, so windres can process the  resulting  file  and  create  a
       resource.

Name

       fprcp - Free Pascal windres preprocessor program.

Options

       fprcp has a small number of options to control its behaviour:

       -C     Define the symbol symbol before processing is started.

       -ifile
              Specify the input file name. This argument is mandatory.

       -llanguage
              Set the programming language for include files. The language constant may be one of the following:

              C      The C programming language.

              PASCAL the Pascal programming language

       -n     Do not support nested comments. By default, pascal nested comments are enabled.

       -ppath
              Set the include path. This may contain several files, separated by semicolons.

See Also

ppc386(1) windres(1)

Free Pascal                                     12 November 2004                                        fprcp(1)

Synopsis

fprcp-ifile_name[-n][-C][-lPASCAL|C][-p<include_path>]

Usage

fprcp needs as a minimum the -ifilename option, which is the file to process.

See Also