prj_exports
prj_exports
source_file_1 [destination_file]
source_file_n [destination_file]
:zip zip_file [destination_path]
In the prj_exports
section,
list any files to be copied from the source directories to the
releasables directories during the building of a component. It is intended mainly for specifying C++ header files
to be copied to the directory epoc32\include\
.
Specify each file on a separate line.
Note that:
If a source file is listed with a relative path, the path will
be considered relative to the directory containing the bld.inf
file.
If a destination file is not specified, the source file will
be copied to epoc32\include\
.
If a destination file is specified with the relative path,
the path will be considered relative to directory
epoc32\include\
.
If a destination begins with a drive letter, then the file is copied to epoc32\data\<drive_letter>\<path>
. For example,
mydata.dat e:\appdata\mydata.dat
copies mydata.dat
to epoc32\data\e\appdata\mydata.dat
.
You can use any driveletter between A and Z.
A line can start with the preface :zip. This instructs the build tools to unzip the specified zip file to the specified destination path. If a destination path is not specified, the source file will be unzipped in the root directory.