mirror of https://github.com/ClassiCube/ClassiCube
Symbian: Try to fix installing on later gpu-less models
Nokia 500, to be precise
This commit is contained in:
parent
ad1623243c
commit
6d3343f3b1
|
|
@ -14,7 +14,7 @@ IF version(0x20009a80, <, 1, 5, 0) AND NOT EXISTS("C:\sys\bin\libc.dll")
|
|||
"incompatible_openc.txt"-"", FT, FORCEABORT
|
||||
ENDIF
|
||||
|
||||
IF exists("z:\system\install\Series60v5.2.sis") ; Symbian^3
|
||||
IF exists("z:\system\install\Series60v5.2.sis") AND exists("z:\sys\bin\libGLESv2.dll") ; Symbian^3
|
||||
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\ClassiCube.exe" - "!:\sys\bin\ClassiCube.exe"
|
||||
ELSE
|
||||
IF exists("z:\system\install\Series60v5.0.sis") ; Symbian 9.4
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ TARGET ClassiCube_s60v3.exe
|
|||
MACRO CC_BUILD_SYMBIAN_S60V3
|
||||
MACRO CC_GFX_BACKEND=CC_GFX_BACKEND_GL1
|
||||
MACRO CC_DISABLE_ANIMATIONS
|
||||
MACRO CC_DISABLE_HELDBLOCK
|
||||
|
||||
ARMFPU softvfp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue