1fprcp(1) windres preprocessor fprcp(1)
2
3
4
6 fprcp - Free Pascal windres preprocessor program.
7
8
10 fprcp -i file_name [-n] [-C] [-l PASCAL|C] [-p <include_path>]
11
12
14 fprcp reads a .rc file and preprocesses it, writing the result to stan‐
15 dard output as it goes along. It replaces defined constants with their
16 values, so windres can process the resulting file and create a
17 resource.
18
19
21 fprcp needs as a minimum the -i filename option, which is the file to
22 process.
23
24
26 fprcp has a small number of options to control its behaviour:
27
28
29 -C Define the symbol symbol before processing is started.
30
31 -i file
32 Specify the input file name. This argument is mandatory.
33
34 -l language
35 Set the programming language for include files. The language
36 constant may be one of the following:
37
38 C The C programming language.
39
40 PASCAL the Pascal programming language
41
42 -n Do not support nested comments. By default, pascal nested com‐
43 ments are enabled.
44
45 -p path
46 Set the include path. This may contain several files, separated
47 by semicolons.
48
49
51 ppc386(1) windres(1)
52
53
54
55
56Free Pascal 12 November 2004 fprcp(1)