Skip to content

Commit

Permalink
clean up the build scripts for ios mac and android
Browse files Browse the repository at this point in the history
  • Loading branch information
zilongshanren committed Sep 22, 2014
1 parent 037026e commit 838b9ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 78 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
/Box2D/android-toolchain/
/Box2D/prebuilt/ios/
/Box2D/prebuilt/mac/
/Box2D/prebuilt/android/armeabi-v7a/
/Box2D/prebuilt/android/armeabi/
/Box2D/prebuilt/android/x86/
9 changes: 0 additions & 9 deletions Box2D/Android/build_android.sh

This file was deleted.

61 changes: 0 additions & 61 deletions Box2D/Android/jni/Android.mk

This file was deleted.

6 changes: 0 additions & 6 deletions Box2D/Android/jni/Application.mk

This file was deleted.

2 changes: 1 addition & 1 deletion Box2D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cmake_minimum_required(VERSION 2.8)

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/Box2D
${CMAKE_CURRENT_SOURCE_DIR}
)

file(GLOB_RECURSE box2d_source_files "${CMAKE_CURRENT_SOURCE_DIR}/Box2D/*.cpp")
Expand Down
3 changes: 2 additions & 1 deletion Box2D/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ cd ..
# ndk-depends libs/x86/libChipmunk.a
rm -rf build.android/

mv libs prebuilt/android/
mv libs/* prebuilt/android/
rm -rf libs

0 comments on commit 838b9ce

Please sign in to comment.