www.pudn.com > Example2D.rar > example2d_s60_3rd_ed.mmp


/* 
* ============================================================================ 
*  Name     : example2d_s60_3rd_ed.mmp 
*  Part of  : Example2D 
*  Created  : 23.09.2005 by  
*  Description: 
*     This is the project specification file for Example2D (S60 3rd Edition) 
* ============================================================================ 
*/ 
 
MACRO   __SERIES_60__ 
 
TARGET          example2d.exe 
TARGETTYPE      exe 
UID             0x00000000 0x101ff1c4 
VENDORID        0x00000000 
SECUREID        0x101ff1c4 
 
CAPABILITY      none 
 
USERINCLUDE     .  
USERINCLUDE     ..\inc 
SYSTEMINCLUDE   . \epoc32\include 
 
SOURCEPATH      ..\src 
SOURCE          example2dapp.cpp  
SOURCE          example2dappui.cpp 
SOURCE          example2ddocument.cpp 
SOURCE          example2dcontainer.cpp 
 
SOURCE          ctiming.cpp 
SOURCE          cfont.cpp 
SOURCE          cbitmap.cpp 
SOURCE          csprite.cpp 
SOURCE          cmodeltitle.cpp 
SOURCE          cmodelgame.cpp 
SOURCE          cmodelhelp.cpp 
SOURCE          caudio.cpp 
SOURCE          ctilemap.cpp 
SOURCE          cchrplayer.cpp 
SOURCE          cchrmonster.cpp 
SOURCE          cchrdiamond.cpp 
SOURCE          cchrdiamondbox.cpp 
 
// Resources 
 
SOURCEPATH      . 
 
START RESOURCE  example2d_loc.rss 
  HEADER 
  TARGETPATH    \resource\apps 
  LANG          sc 
END  
 
START RESOURCE  example2d_reg.rss 
  TARGETPATH    \private\10003a3f\apps 
END 
 
// Libraries 
 
LIBRARY         euser.lib 
LIBRARY         apparc.lib 
LIBRARY         cone.lib 
LIBRARY         eikcore.lib 
LIBRARY         avkon.lib  
LIBRARY         ws32.lib 
LIBRARY         fbscli.lib 
LIBRARY         efsrv.lib 
LIBRARY         gdi.lib  
LIBRARY         mediaclientaudiostream.lib 
 
// End of file