mirror of https://github.com/axmolengine/axmol.git
ignore and android updates
This commit is contained in:
parent
925c21cdde
commit
22dba972d0
|
@ -74,3 +74,4 @@ Device-Release/
|
|||
|
||||
# Ignore vim swaps
|
||||
*.swp
|
||||
projects
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# Don't modify the script until you know what you do.
|
||||
|
||||
# set environment paramters
|
||||
NDK_ROOT_LOCAL="/home/laschweinski/android/android-ndk-r5"
|
||||
ANDROID_SDK_ROOT_LOCAL="/home/laschweinski/android/android-sdk-linux_86"
|
||||
NDK_ROOT_LOCAL="/Users/ed/dev/android-ndk-r8"
|
||||
ANDROID_SDK_ROOT_LOCAL="/Users/ed/dev/android-sdk"
|
||||
|
||||
NEED_BOX2D=false
|
||||
NEED_CHIPMUNK=false
|
||||
|
|
Loading…
Reference in New Issue