SYMBIAN OS V6.1 EDITION FOR C++
» Symbian OS v6.1 Edition for C++ » Tools And Utilities » Application Resource Tools Reference » Resource compiler with preprocessing: epocrc.bat
epocrc.bat
epocrc combines the actions of passing a resource file through the C++ preprocessor, and then compiling it with rcomp.
epocrc
rcomp
epocrc [-Dargs] [-Iargs] [-u] [-t tmpdir] srcfile [-o outputfile] [-h headerfile]
-D
args
-I
-u
-t
tmpdir
srcfile
-o
outputfile
-h
headerfile
Pass arguments args to the preprocessor's -D option.
Pass arguments args to the preprocessor's -I option.
Generate Unicode resource binary.
Create temporary files in directory tmpdir.
Create data output file outputfile, specified with full path and name. If this is not specified, no data output file is created.
Create header output file headerfile, specified by name only, not including the path. If this is not specified, no header output file is created.
Compiled resource data referred to by the application at run-time.
The generated header file defining macro identifiers for referring to resources by a resource index.
Copyright ©2002 Symbian Ltd. 6.1-00174