Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



targettype

targettype target-type

Use the targettype statement to specify the kind of project.

The following target types are supported:

ani

A window server animation DLL.

app

A GUI application. This is deprecated at v9.0. Applications must be converted to EXEs.

ctl

A system control. This is deprecated at v9.0. They must be converted to applications.

dll

A DLL: either a shared library, or a polymorphic interface.

ecomiic

An ECOM implementation collection. This is deprecated at v9.0. The plugin target type should be used instead.

epocexe

An Symbian OS executable that can be launched from the shell. This is an executable program which exports no functions undera multi-process platform and a DLL which is linked with the TIntWinsMain() function exported as ordinal 1 under a single-process platform.

exe

An executable program.

exedll

An executable program for a multi-process platform, a DLL for a single-process platform.

exexp

An executable program with exports.

fsy

A plug-in file system.

implib

Results solely in the generation of a .lib file. It is an error for a component of the IMPLIB type to contain SOURCE statements and the build tools enforce this.

kdll

kext

klib

ldd

A logical device driver.

lib

A static library.

mda

A media-server plug-in DLL (deprecated).

mdl

A MIME recognizer. This is deprecated at v9.0, and should be converted to PLUGIN (ECOM).

notifier

An extended notifier DLL. This is deprecated at v9.0, and should be converted to PLUGIN (ECOM).

opx

An OPL extension.

pdd

A physical device driver.

pdl

A printer driver.

rdl

A recognizer. This is deprecated at v9.0, and should be converted to PLUGIN (ECOM).

var