Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Resource compiler with preprocessing: epocrc.bat


Purpose

epocrc combines the actions of passing a resource file through the C++ preprocessor, and then compiling it with rcomp.

[Top]


Command line syntax

epocrc [-Dargs] [-Iargs] [-u] [-t tmpdir] srcfile [-o outputfile] [-h headerfile]


Arguments

-D

Pass arguments args to the preprocessor's -D option.

-I

Pass arguments args to the preprocessor's -I option.

-u

Generate Unicode resource binary.

-t

Create temporary files in directory tmpdir.

-o

Create data output file outputfile, specified with full path and name. If this is not specified, no data output file is created.

-h

Create header output file headerfile, specified by name only, not including the path. If this is not specified, no header output file is created.


Output files

outputfile

Compiled resource data referred to by the application at run-time.

headerfile

The generated header file defining macro identifiers for referring to resources by a resource index.