prj_exports
prj_exports
source_file_1 [destination_file]
source_file_n [destination_file]
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\
.