targettype
target-type
Use the targettype statement to
specify the kind of project.
The following target types are supported:
| 
| exe
 | An executable program.  |  
| dll
 | A DLL—either a shared library, or a polymorphic
interface.  |  
| app
 | A GUI application—linked with the
NewApplication()function exported as ordinal 1. |  
| exedll
 | An executable program for a multi-process platform, a
DLL for a single-process platform.  |  
| ldd
 | A logical device driver. |  
| pdd
 | A physical device driver. |  
| epocexe
 | An EPOC executable that can be launched from the shell.  This is an executable program which exports no functions under
a multi-process platform and a DLL which is linked with the TInt
WinsMain()function exported as ordinal 1 under a single-process
platform. |  
| lib
 | A static library. |  
| ani
 | An animation DLL. |  
| ctl
 | A system control. |  
| fep
 | A front-end processor. |  
| mda
 | A media-server plug-in DLL. |  
| mdl
 | A MIME recognizer. |  
| opx
 | An OPL extension. |  
| pdl
 | A printer driver. |  
| rdl
 | A recognizer. | 
 |