mirror of https://github.com/ClassiCube/ClassiCube
21 lines
310 B
Plaintext
21 lines
310 B
Plaintext
TARGET ClassiCube.exe
|
|
|
|
MACRO CC_BUILD_SYMBIAN_3
|
|
#if !defined(WINS)
|
|
MACRO CC_GFX_BACKEND=CC_GFX_BACKEND_GL2
|
|
|
|
LIBRARY libglesv2.lib
|
|
LIBRARY libegl.lib
|
|
#else
|
|
MACRO CC_GFX_BACKEND=CC_GFX_BACKEND_GL1
|
|
|
|
LIBRARY libgles_cm.lib
|
|
#endif
|
|
|
|
ARMFPU vfpv2
|
|
|
|
#ifdef ARMCC
|
|
ALWAYS_BUILD_AS_ARM
|
|
#endif
|
|
|
|
#include "ClassiCube.mmh" |