systemresource
resource-file-list
Use the systemresource
statement
to specify resource files for system components.
The makefile will build the resource file into
\epoc32\release\wins\
variant\z\system\data\
for a WINS build.
Each resource file should be given with its extension, e.g.
squash.rss
.
If more than one language is specified with the
lang
, then each resource will be compiled multiple times,
once for each language specified.
For application projects, use the resource
statement.