bld.inf files are component definition files used
by bldmake to define the abld.bat and make files.
For more information on the bld.inf file syntax,
see bld.inf file syntax in the Symbian OS Library.
The HelloWorldBasic bld.inf file is as follows:
PRJ_PLATFORMS DEFAULT
The HelloWorldBasic example is built for all the supported platforms
of the S60 C++ SDK. The bldmake bldfiles command uses
this to determine which make files to create.
PRJ_EXPORTS
The HelloWorldBasic example does not export any files. For information
on using PRJ_EXPORTS, see bld.inf file syntax » prj_exports in the Symbian OS Library.
PRJ_MMPFILES gnumakefile icons_scalable_dc.mk
This keyword calls make.exe (GCC make utility) on the
SVG-T icon extension make file for this project.
HelloWorldBasic.mmp
The mmp file for this application, HelloWorldBasic.mmp.