| /* |
| ============================================================================ |
| Name : SimpleCppSymbian.mmp |
| Author : |
| Copyright : Your copyright notice |
| Description : This is the project specification file for SimpleCppSymbian. |
| ============================================================================ |
| */ |
| |
| TARGET SimpleCppSymbian.exe |
| TARGETTYPE exe |
| UID 0 0xecf84ced |
| |
| USERINCLUDE ..\inc |
| SYSTEMINCLUDE \epoc32\include |
| |
| SOURCEPATH ..\src |
| SOURCE SimpleCpp.cpp Templates.cpp |
| |
| LIBRARY euser.lib |
| |
| #ifdef ENABLE_ABIV2_MODE |
| DEBUGGABLE_UDEBONLY |
| #endif |