mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
8 lines
198 B
Makefile
8 lines
198 B
Makefile
APP_PROJECT_PATH := $(call my-dir)/..
|
|
|
|
EE_SDL_VERSION := EE_SDL_VERSION_2
|
|
|
|
EE_GLES_VERSION := -DEE_GLES2 -DSOIL_GLES2 -DSDL_GLES2 -DEE_GLES1 -DSOIL_GLES1 -DSDL_GLES1
|
|
|
|
APP_STL := c++_static
|