Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



bldmake command syntax

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). The makefiles are used by abld to carry out the various stages of building the component.

Invocation syntax

bldmake [ options ] command

Details of command and options are given below.

command

bldfiles

Creates abld and the project makefiles.

clean

Removes all files created by bldmake.

inf

Displays basic bld.inf syntax.

plat

Displays a list of the platform macros, defined for the preprocessing of prj_mmpfiles and prj_testmmpfiles sections of bld.inf files for the platform specified after the plat command.

e.g. bldmake plat thumb

options

There is a single option flag, -v, which instructs bldmake to print progress messages. The default gives error messages only.