This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
236286829b
axmol
/
samples
/
Lua
/
HelloLua
/
proj.android
/
jni
/
Application.mk
4 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
fixed #1201: simplify the writing of Android.mk and correct corresponding template
2012-05-02 17:29:16 +08:00
APP_STL
:=
gnustl_static
Adding COCOS2D_DEBUG=1 for sample projects.
2013-01-28 10:22:32 +08:00
APP_CPPFLAGS
:=
-frtti -DCOCOS2D_DEBUG
=
1
fixed #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces.
2012-05-29 16:21:23 +08:00
APP_CPPFLAGS
+=
-fexceptions