diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-793A5EF9-CC16-5EEB-9011-6431EA76EB15.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-793A5EF9-CC16-5EEB-9011-6431EA76EB15.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,37 @@ + + + + + +How +to use bldmake +

The bldmake tool processes the component description +file (bld.inf) in the current directory and generates +the batch file abld.bat and several build batch makefiles +(.make). abld can then use the makefiles +to carry out the various stages of building the component.

+

The tool supports a number of command line options, however most Symbian +developers will simply use:

+

bldmake bldfiles

+

bldmake then carries out the following 3-stage process:

+
    +
  1. Creates the directory: \epoc32\build\ absolute_path_to_bld.inf_file \

  2. +
  3. Generates makefiles +for the component into this directory

  4. +
  5. Produces a batch file +called abld.bat in the current directory.

  6. +
+
+Bldmake syntax + +Bldmake component +definition file syntax +Using abld + +
\ No newline at end of file