diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-EDCBBB5E-FAAD-50A5-9EE4-B4F399B77CE9.dita --- a/Symbian3/SDK/Source/GUID-EDCBBB5E-FAAD-50A5-9EE4-B4F399B77CE9.dita Fri Jul 16 17:23:46 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - - - - -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