mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Symbian^3 port
This commit is contained in:
parent
77cdaaf97e
commit
3eb71f2cc5
106 changed files with 2098 additions and 745 deletions
28
group/common.mmh
Normal file
28
group/common.mmh
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
SYSTEMINCLUDE /epoc32/include
|
||||
SYSTEMINCLUDE /epoc32/include/stdapis/stlportv5
|
||||
SYSTEMINCLUDE /epoc32/include/stdapis
|
||||
SYSTEMINCLUDE /epoc32/include/mw
|
||||
SYSTEMINCLUDE /epoc32/include/platform
|
||||
SYSTEMINCLUDE /epoc32/include/platform/mw
|
||||
SYSTEMINCLUDE /epoc32/include/gles
|
||||
|
||||
USERINCLUDE .
|
||||
|
||||
MACRO LIBRW
|
||||
MACRO RW_GL3
|
||||
MACRO MASTER
|
||||
|
||||
DEBUGGABLE
|
||||
#ifdef _DEBUG
|
||||
SRCDBG
|
||||
#endif
|
||||
|
||||
OPTION ARMCC --gnu -Otime --diag_suppress 1,68,111,174,381,1293
|
||||
OPTION_REPLACE ARMCC --cpu 6
|
||||
OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
|
||||
OPTION_REPLACE ARMCC -O2 -O3
|
||||
#ifdef ARMCC
|
||||
ALWAYS_BUILD_AS_ARM
|
||||
#endif
|
||||
|
||||
STDCPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue