mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
something
This commit is contained in:
parent
5f33056f5a
commit
124ea7befd
5 changed files with 5 additions and 9 deletions
|
|
@ -23,7 +23,7 @@ OPTION_REPLACE ARMCC -O2 -O3
|
|||
ALWAYS_BUILD_AS_ARM
|
||||
#endif
|
||||
|
||||
#ifdef __SYMBIAN_3
|
||||
#ifdef SYMBIAN_3
|
||||
SYSTEMINCLUDE /epoc32/include/stdapis/stlportv5
|
||||
STDCPP
|
||||
MACRO RW_GL3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#undef __SYMBIAN3
|
||||
#define __S60V3
|
||||
#undef SYMBIAN3
|
||||
TARGET librw_gles1.lib
|
||||
#include "librw.mmh"
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
#undef __S60V3
|
||||
#define __SYMBIAN_3
|
||||
#define SYMBIAN_3
|
||||
TARGET librw_gles2.lib
|
||||
#include "librw.mmh"
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
#undef __SYMBIAN_3
|
||||
#define __S60V3
|
||||
#undef SYMBIAN_3
|
||||
//TARGET re3_gles1.exe
|
||||
TARGET re3_gles1.exe
|
||||
LIBRARY libstdcpp.lib
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#undef __S60V3
|
||||
#define __SYMBIAN_3
|
||||
#define SYMBIAN_3
|
||||
TARGET re3.exe
|
||||
LIBRARY libstdcppv5.lib
|
||||
LIBRARY libglesv2.lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue