S60 3rd Edition SDK FP1 for Symbian OS
Example Applications Guide

SimpleCube.mmp

00001 /*
00002  * ==============================================================================
00003  *  Name        : SimpleCube.mmp
00004  *  Part of     : OpenGLEx / SimpleCube
00005  *
00006  *  Copyright (c) 2005-2006 Nokia Corporation.
00007  *  This material, including documentation and any related
00008  *  computer programs, is protected by copyright controlled by
00009  *  Nokia Corporation.
00010  * ==============================================================================
00011  */
00012 
00013 //New style application exe
00014 TARGET          simplecube.exe
00015 TARGETTYPE      exe
00016 UID             0x100039CE 0xA000021A
00017 
00018 EPOCSTACKSIZE   30000
00019 
00020 VENDORID        0
00021 CAPABILITY      NONE
00022 
00023 SOURCEPATH      ..\..\Utils
00024 SOURCE          Mathutils.cpp
00025 SOURCE          Glutils.cpp
00026 SOURCE          Utils3d.cpp
00027 SOURCE          Textureutils.cpp
00028 
00029 SOURCEPATH      ..\src
00030 SOURCE          SimpleCube.cpp
00031 SOURCE          SimpleCubeapp.cpp
00032 SOURCE          SimpleCubeappui.cpp
00033 SOURCE          SimpleCubedocument.cpp
00034 SOURCE          SimpleCubecontainer.cpp
00035 
00036 START RESOURCE  ..\data\simplecube.rss
00037 HEADER
00038 TARGETPATH      \\resource\\apps
00039 LANG            SC
00040 END //RESOURCE
00041 
00042 USERINCLUDE     .
00043 USERINCLUDE     ..\inc
00044 USERINCLUDE     ..\..\Utils
00045 
00046 SYSTEMINCLUDE   .
00047 SYSTEMINCLUDE   \epoc32\include
00048 
00049 LIBRARY         euser.lib apparc.lib cone.lib eikcore.lib
00050 LIBRARY         avkon.lib fbscli.lib efsrv.lib
00051 LIBRARY         ImageConversion.lib
00052 LIBRARY         ws32.lib
00053 LIBRARY         libgles_cm.lib
00054 
00055 
00056 START RESOURCE ..\data\simplecube_reg.rss
00057 #ifdef WINSCW
00058 TARGETPATH        \private\10003a3f\apps
00059 #else
00060 TARGETPATH        \private\10003a3f\import\apps
00061 #endif
00062 END

© Nokia 2006

Back to top