fprcp(1) | windres preprocessor | fprcp(1) |
fprcp - Free Pascal windres preprocessor program.
fprcp -i file_name [-n] [-C] [-l PASCAL|C] [-p <include_path>]
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.
fprcp needs as a minimum the -i filename option, which is the file to process.
fprcp has a small number of options to control its behaviour:
12 November 2004 | Free Pascal |