SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from OpenSuSE fpc-3.2.2-bp154.2.37.x86_64.rpm

fprcp

Section: windres preprocessor (1)
Updated: 12 November 2004
Index 

NAME

fprcp - Free Pascal windres preprocessor program.

 

SYNOPSIS

fprcp -i file_name [-n] [-C] [-l PASCAL|C] [-p <include_path>]

 

DESCRIPTION

fprcpreads a .rc file and preprocesses it, writing the result to standard outputas it goes along. It replaces defined constants with their values, sowindrescan process the resulting file and create a resource.

 

USAGE

fprcpneeds as a minimum the -i filenameoption, which is the file to process.

 

OPTIONS

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

-C
Define the symbol symbolbefore processing is started.
-i file
Specify the input file name. This argument is mandatory.
-l language
Set the programming language for include files. Thelanguageconstant 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 areenabled.
-p path
Set the include path. This may contain several files, separated bysemicolons.

 

SEE ALSO

ppc386(1)windres(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
USAGE
OPTIONS
SEE ALSO

This document was created byman2html,using the manual pages.