amoebax.mmp

来自「Source code (C++) of the Amoebax game fo」· MMP 代码 · 共 81 行

MMP
81
字号
target amoebax.exe
targetpath \sys\bin
targettype exe


SYSTEMINCLUDE 	\epoc32\include\ESDL
SYSTEMINCLUDE 	\epoc32\include\ZLIB // before \epoc32\include because symbian already has older version
SYSTEMINCLUDE   \epoc32\include \epoc32\include\stlport
SYSTEMINCLUDE   \epoc32\include\stdapis

userinclude ..\src

sourcepath ..\src
source AdvancedAIPlayer.cpp                    AIPlayer.cpp                            AIPlayerFactory.cpp
source Amoeba.cpp                              AnticipatoryAIPlayer.cpp                binreloc.cpp
source ChainLabel.cpp                          CongratulationsState.cpp                ControlSetupState.cpp
source CreditsState.cpp                        DemoState.cpp                           DumbAIPlayer.cpp
source FadeInState.cpp                         FadeOutState.cpp                        File.cpp
source Font.cpp                                FrameManager.cpp                        Grid.cpp
source GridStatus.cpp                          HighScoreState.cpp                      HumanPlayer.cpp
source Joystick.cpp                            main.cpp                                MainMenuState.cpp
source Music.cpp                               NewHighScoreState.cpp                   NormalSetupState.cpp
source NormalState.cpp                         Options.cpp                             OptionsMenuState.cpp
source PairGenerator.cpp                       PauseState.cpp
source SimpleAIPlayer.cpp                      Sound.cpp                               Surface.cpp
source System.cpp                              TournamentMenuState.cpp                 TournamentSetupState.cpp
source TournamentState.cpp                     TrainingState.cpp                       TryAgainState.cpp
source TwoComputerPlayersState.cpp             TwoPlayersState.cpp
source VersusState.cpp                         VideoErrorState.cpp UnixOptions.cpp
source Amoebax.cpp

//           OSXOptions.cpp                          TwoGP2XPlayersState.cpp                 
sourcepath ..\group

SOURCEPATH 	.
START RESOURCE  amoebax.rss
HEADER
TARGETPATH              \Resource\Apps
LANG                    SC
END


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


EPOCSTACKSIZE	80000
EPOCHEAPSIZE	3000000 16384000

sourcepath ..\group
START BITMAP    Amoebax.mbm
HEADER
TARGETPATH              \Resource\Apps
SOURCEPATH              ..\group
// Source Color-depth Source-bitmap-list
// c denotes whether the bitmap is a colour bitmap and the digits represent the
// colour-depth of the bitmap and the bitmap mask respectively
SOURCE  c24             ab_Small.bmp
SOURCE  8               ab_Small_mask.bmp
SOURCE  c24             ab_Large.bmp
SOURCE  8               ab_Large_mask.bmp
SOURCE  c24             ab_xLarge.bmp
SOURCE  8               ab_xLarge_mask.bmp
END


UID             0x100039ce 0xA0003399

LIBRARY cone.lib  eikcore.lib 
LIBRARY euser.lib apparc.lib fbscli.lib  
LIBRARY  apgrfx.lib
 
staticlibrary stlport_s.lib esdl.lib sdl_mixer_ogg.lib sdl_image.lib lpng.lib zlib.lib 
LIBRARY gdi.lib hal.lib bitgdi.lib
LIBRARY mediaclientaudiostream.lib efsrv.lib ws32.lib
LIBRARY qikctl.lib
library qikcore.lib bafl.lib eikcoctl.lib 
library  libpthread.lib libc.lib estlib.lib
MACRO UIQ3
MACRO IS_GP2X_HOST

⌨️ 快捷键说明

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