makmake
command syntaxSymbian projects are defined by an .mmp
file which specifies the essential elements of the project. The makmake
tool then uses this environment neutral file to build makefiles for use in various environments. These makefiles are then used for project development.
Normally, makmake
generates a makefile whose extension depends on the platform:
for wins
, the extension is .wins
for armi
, the extension is .armi
for vc6
, the extension is .dsp
makmake
[ options ] [ source-path ] project
platform
Details of options, source-path, project, and platform are given below.
|
This specifies the path of the source .mmp
file, relative to the current directory.
If omitted, the source .mmp
file is project
.mmp
in the current directory.
Whether or not the source-path is specified, the generated makefile is always written into the current directory.
This specifies the project for which to create the makefile.
This specifies the target platform. Possible platforms are:
|