axmol/samples/Lua/HelloLua/proj.android/jni/Application.mk

5 lines
107 B
Makefile
Raw Normal View History

APP_STL := gnustl_static
2013-05-31 14:28:07 +08:00
APP_CPPFLAGS := -frtti -DCOCOS2D_DEBUG=1 -std=c++11
APP_CPPFLAGS += -fexceptions