mirror of https://github.com/axmolengine/axmol.git
issue #1603:build MoonWarriors ok on iOS and android
This commit is contained in:
parent
7433da8bec
commit
959b7a3f0d
|
@ -45,11 +45,11 @@ fi
|
|||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
# ... use paths relative to current directory
|
||||
COCOS2DX_ROOT="$DIR/../../.."
|
||||
COCOS2DX_ROOT="$DIR/../../../.."
|
||||
APP_ROOT="$DIR/.."
|
||||
APP_ANDROID_ROOT="$DIR"
|
||||
RESROUCE_ROOT="$APP_ROOT/../TestJavascript/cocos2d-js-tests/games/MoonWarriors/res"
|
||||
BINDINGS_JS_ROOT="$APP_ROOT/../../scripting/javascript/bindings/js"
|
||||
RESROUCE_ROOT="$APP_ROOT/../Shared/games/MoonWarriors/res"
|
||||
BINDINGS_JS_ROOT="$APP_ROOT/../../../scripting/javascript/bindings/js"
|
||||
|
||||
echo
|
||||
echo "Paths"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue