resource
resource-file-list
From v9.0, applications need to specify the directory for the built resource. Use the start resource syntax to do this..
Use the resource
statement, to specify resource files
for application projects. The makefile will build the resource file into the
target directory.
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.
If you have a system project rather than an application, use the
systemresource
statement.