mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
initial import
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@2 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2cadbd5e56
commit
cc68a136aa
341 changed files with 180839 additions and 0 deletions
37
platform/s60/PicoDriveS60.mmp
Normal file
37
platform/s60/PicoDriveS60.mmp
Normal file
|
@ -0,0 +1,37 @@
|
|||
target PicoDrive.exe
|
||||
TARGETTYPE exedll
|
||||
TARGETPATH system\apps\PicoDriveS60
|
||||
SOURCEPATH ..\S60
|
||||
source picodriveexe.cpp
|
||||
sourcepath ..
|
||||
source unzip.c
|
||||
#ifndef WINS
|
||||
sourcepath ..\gcc
|
||||
source libgcc2.c
|
||||
#endif
|
||||
|
||||
SYSTEMINCLUDE \epoc32\include \epoc32\include\libc
|
||||
USERINCLUDE ..\pico ..\pico\sound ..\s60 ..
|
||||
// libraries
|
||||
library cone.lib EIKCORE.lib MEDIACLIENTAUDIOSTREAM.LIB
|
||||
library euser.lib zlib.lib
|
||||
library efsrv.lib estlib.lib fbscli.lib estor.lib eikcoctl.lib
|
||||
library ws32.lib AVKON.LIB bafl.lib bitgdi.lib eikdlg.lib
|
||||
|
||||
staticlibrary pico.lib
|
||||
|
||||
#if defined(WINS)
|
||||
staticlibrary a68k.obj
|
||||
staticlibrary mz80_asm.obj
|
||||
#else
|
||||
staticlibrary cyclone.o
|
||||
staticlibrary DRZ80.o
|
||||
staticlibrary draw.o
|
||||
//staticlibrary blit.o
|
||||
staticlibrary ym2612_helper.o
|
||||
staticlibrary memory.o
|
||||
staticlibrary draw2.o
|
||||
#endif
|
||||
|
||||
EPOCHEAPSIZE 1024000 8192000
|
||||
//EPOCSTACKSIZE 65535
|
Loading…
Add table
Add a link
Reference in a new issue