Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
fprcp(1)		     windres preprocessor		      fprcp(1)

NAME
       fprcp - Free Pascal windres preprocessor	program.

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

DESCRIPTION
       fprcp reads a .rc file and preprocesses it, writing the result to stan-
       dard  output as it goes along. It replaces defined constants with their
       values, so windres can process the resulting  file  and	create	a  re-
       source.

USAGE
       fprcp  needs  as	a minimum the -i filename option, which	is the file to
       process.

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

       -C     Define the symbol	symbol before processing is started.

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

       -l language
	      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 com-
	      ments are	enabled.

       -p path
	      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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fprcp&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help