mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
first checkin
This commit is contained in:
parent
228b200c83
commit
3f3223283a
3 changed files with 88 additions and 0 deletions
5
symbian/group/bld.inf
Normal file
5
symbian/group/bld.inf
Normal file
|
@ -0,0 +1,5 @@
|
|||
PRJ_MMPFILES
|
||||
|
||||
common.mmp
|
||||
xwords.mmp
|
||||
|
28
symbian/group/common.mmp
Normal file
28
symbian/group/common.mmp
Normal file
|
@ -0,0 +1,28 @@
|
|||
TARGET common.lib
|
||||
TARGETTYPE lib
|
||||
|
||||
MACRO DEBUG MEM_DEBUG __LITTLE_ENDIAN KEYBOARD_NAV
|
||||
MACRO KEY_SUPPORT FEATURE_TRAY_EDIT NODE_CAN_4
|
||||
MACRO XWFEATURE_STANDALONE_ONLY STUBBED_DICT
|
||||
|
||||
SOURCEPATH ..\..\common
|
||||
SOURCE board.c
|
||||
SOURCE tray.c
|
||||
SOURCE draw.c
|
||||
SOURCE model.c
|
||||
SOURCE mscore.c
|
||||
SOURCE server.c
|
||||
SOURCE pool.c
|
||||
SOURCE game.c
|
||||
SOURCE dictnry.c
|
||||
SOURCE engine.c
|
||||
SOURCE memstream.c
|
||||
SOURCE comms.c
|
||||
SOURCE mempool.c
|
||||
SOURCE movestak.c
|
||||
SOURCE strutils.c
|
||||
SOURCE vtabmgr.c
|
||||
|
||||
|
||||
USERINCLUDE ..\inc
|
||||
SYSTEMINCLUDE \epoc32\include
|
55
symbian/group/xwords.mmp
Normal file
55
symbian/group/xwords.mmp
Normal file
|
@ -0,0 +1,55 @@
|
|||
TARGET xwords.app
|
||||
TARGETTYPE app
|
||||
// Change this UID!!!!!
|
||||
UID 0x100039CE 0x1020680C
|
||||
|
||||
// Comment the next line out for a non-debug build. Isn't this build
|
||||
// system advanced?
|
||||
MACRO DEBUG MEM_DEBUG
|
||||
MACRO CPLUS
|
||||
MACRO __LITTLE_ENDIAN KEYBOARD_NAV
|
||||
MACRO KEY_SUPPORT FEATURE_TRAY_EDIT NODE_CAN_4
|
||||
MACRO XWFEATURE_STANDALONE_ONLY STUBBED_DICT
|
||||
|
||||
//FOOBAR
|
||||
|
||||
TARGETPATH \system\apps\xwords
|
||||
LANG SC
|
||||
|
||||
SOURCEPATH ..\src
|
||||
SOURCE xwmain.cpp
|
||||
SOURCE xwapp.cpp
|
||||
SOURCE xwappview.cpp
|
||||
SOURCE xwappui.cpp
|
||||
SOURCE xwdoc.cpp
|
||||
SOURCE symdraw.cpp
|
||||
SOURCE symutil.cpp
|
||||
SOURCE symaskdlg.cpp
|
||||
SOURCE symdict.cpp
|
||||
|
||||
SOURCEPATH ..\group
|
||||
RESOURCE xwords.rss
|
||||
|
||||
USERINCLUDE ..\inc
|
||||
USERINCLUDE ..\..\common
|
||||
|
||||
SYSTEMINCLUDE \epoc32\include
|
||||
SYSTEMINCLUDE \epoc32\include\libc
|
||||
|
||||
LIBRARY gdi.lib
|
||||
LIBRARY euser.lib
|
||||
LIBRARY apparc.lib
|
||||
LIBRARY cone.lib
|
||||
LIBRARY eikcore.lib
|
||||
LIBRARY eikcoctl.lib
|
||||
LIBRARY bafl.lib
|
||||
LIBRARY egul.lib
|
||||
LIBRARY ckndlg.lib
|
||||
LIBRARY ckncore.lib
|
||||
LIBRARY estlib.lib
|
||||
LIBRARY flogger.lib
|
||||
LIBRARY commonengine.lib
|
||||
LIBRARY eikdlg.lib
|
||||
LIBRARY EIKFILE.lib
|
||||
LIBRARY efsrv.lib
|
||||
LIBRARY common.lib
|
Loading…
Add table
Reference in a new issue