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
b434190a70
axmol
/
samples
/
Cpp
/
HelloCpp
/
proj.android
/
jni
/
Application.mk
2 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
fixed #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces.
2012-05-29 16:21:23 +08:00
APP_STL
:=
gnustl_static
enable c++11 for android projects
2013-05-31 14:28:07 +08:00
APP_CPPFLAGS
:=
-frtti -DCOCOS2D_DEBUG
=
1
-std
=
c++11