mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Fix running on s60v3
This commit is contained in:
parent
e76ad572cb
commit
3b6eaf91e3
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,6 @@ LIBRARY eikcore.lib
|
|||
LIBRARY avkon.lib
|
||||
LIBRARY ws32.lib
|
||||
LIBRARY hal.lib
|
||||
LIBRARY platformver.lib
|
||||
|
||||
EPOCSTACKSIZE 0x14000
|
||||
EPOCHEAPSIZE 0x80000 0x4000000
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ TARGET re3_gles2.exe
|
|||
LIBRARY libstdcppv5.lib
|
||||
LIBRARY libglesv2.lib
|
||||
LIBRARY libegl.lib
|
||||
LIBRARY platformver.lib
|
||||
STATICLIBRARY librw_gles2.lib
|
||||
#include "re3.mmh"
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
%{"nnproject"}
|
||||
:"nnproject"
|
||||
|
||||
IF (NOT package(0x20009A80)) OR (NOT package(0x2002372A)) ; old or missing openc
|
||||
"incompatible_openc.txt"-"", FT, FORCEABORT
|
||||
ENDIF
|
||||
;IF (NOT package(0x20009A80)) OR (NOT package(0x2002372A)) ; old or missing openc
|
||||
; "incompatible_openc.txt"-"", FT, FORCEABORT
|
||||
;ENDIF
|
||||
|
||||
;IF exists("z:\system\install\Series60v5.2.sis") AND exists("z:\sys\bin\libGLESv2.dll")
|
||||
; "$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\re3_gles2.exe"-"!:\sys\bin\re3.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue