⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example3d.mmp

📁 一个基于symbian s60 3rd 的3D汽车游戏演示程序,模拟器上编译通过。
💻 MMP
字号:
// Uncomment this definition if you want to support accelerometer controls
// through S60 Sensor API (see release_notes.txt for more information)
//#define CONFIG_SENSOR_API_SUPPORT_ENABLED

// Uncomment this definition if you want to load S60 Sensor API dynamically at
// runtime rather than statically at compile time (see release_notes.txt for
// more information)
//#define CONFIG_SENSOR_API_LOAD_DYNAMICALLY


TARGET                                  Example3D.exe 
TARGETTYPE                              exe 
UID                                     0x100039CE 0xe01FF1d0
TARGETPATH                              \sys\bin 
SECUREID                                0xe01FF1d0
VENDORID                                0 
CAPABILITY                              NONE
EPOCHEAPSIZE                            2000000 8000000 
EPOCSTACKSIZE                           0x8000 

SOURCEPATH                              ..\group
START RESOURCE Example3D.rss 
  TARGETPATH                              \resource\apps 
  HEADER                                   
END  

START RESOURCE Example3D_reg.rss 
  TARGETPATH                              \private\10003a3f\apps 
END  

SOURCEPATH                              ..\src 
SOURCE                                  Example3DApp.cpp 
SOURCE                                  Example3DAppUi.cpp 
SOURCE                                  Example3DDocument.cpp 
SOURCE                                  Example3DContainer.cpp 
SOURCE                                  CFpsCounter.cpp 
SOURCE                                  CEngine.cpp 
SOURCE                                  CGameTimer.cpp 
SOURCE                                  CPictureLoader.cpp 
SOURCE                                  CGame.cpp 
SOURCE                                  C3DBase.cpp 
SOURCE                                  C3DRenderer.cpp 
SOURCE                                  CPolygonObject.cpp
SOURCE                                  CSensorDataFilter.cpp

#ifdef _CARBIDE_CPP_  
SOURCEPATH                              ..\install
SOURCE                                  Example3D_Carbide.pkg 
#endif  

#ifndef _CARBIDE_CPP_  
LANG                                    SC 
#endif  

USERINCLUDE                   ..\inc 
SYSTEMINCLUDE                           \epoc32\include 
LIBRARY                                 euser.lib 
LIBRARY                                 apparc.lib 
LIBRARY                                 cone.lib 
LIBRARY                                 eikcore.lib 
LIBRARY                                 hal.lib 
LIBRARY                                 avkon.lib 
LIBRARY                                 eikcoctl.lib 
LIBRARY                                 fbscli.lib 
LIBRARY                                 MediaClientImage.lib 
LIBRARY                                 bitgdi.lib 
LIBRARY                                 ws32.lib 
LIBRARY                                 efsrv.lib 
LIBRARY                                 libgles_cm.lib 
LIBRARY                                 imageconversion.lib 

#ifdef CONFIG_SENSOR_API_SUPPORT_ENABLED
#ifndef CONFIG_SENSOR_API_LOAD_DYNAMICALLY
LIBRARY                                 RRSensorApi.lib
#endif //CONFIG_SENSOR_API_LOAD_DYNAMICALLY
#endif //CONFIG_SENSOR_API_SUPPORT_ENABLED

#ifdef CONFIG_SENSOR_API_SUPPORT_ENABLED
MACRO  SENSOR_API_SUPPORT_ENABLED
#endif

#ifdef CONFIG_SENSOR_API_LOAD_DYNAMICALLY
MACRO  SENSOR_API_LOAD_DYNAMICALLY
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -