diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-EDCBBB5E-FAAD-50A5-9EE4-B4F399B77CE9.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-EDCBBB5E-FAAD-50A5-9EE4-B4F399B77CE9.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,53 @@ + + + + + +bld.inf +file syntax overview +

Component definition files, which are always called bld.inf, +are used by bldmake to define the abld.bat and +makefiles to be created.

+

bld.inf files are made up of a number of sections, +with headers prj_platforms, prj_exports, prj_testexports, +and prj_mmpfiles.

+

Note that:

+ + +// Files to be exported +prj_exports +myheader1.h +myheader2.h + +// Project files +prj_mmpfiles +myprj1.mmp +myprj2.mmp + +// Files to be exported for test purposes +prj_testexports +mytestheader1.h + +// Project files for test programs +prj_testmmpfiles +mytest1.mmp +mytest2.mmp +
\ No newline at end of file