mirror of https://github.com/axmolengine/axmol.git
parent
8fbceacb92
commit
e837cad67b
|
@ -74,4 +74,3 @@ 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="/Users/ed/dev/android-ndk-r8"
|
||||
ANDROID_SDK_ROOT_LOCAL="/Users/ed/dev/android-sdk"
|
||||
NDK_ROOT_LOCAL="/home/laschweinski/android/android-ndk-r5"
|
||||
ANDROID_SDK_ROOT_LOCAL="/home/laschweinski/android/android-sdk-linux_86"
|
||||
|
||||
NEED_BOX2D=false
|
||||
NEED_CHIPMUNK=false
|
||||
|
|
Loading…
Reference in New Issue