OSDN Git Service

[updated] natives
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 18 Jan 2011 12:22:52 +0000 (12:22 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 18 Jan 2011 12:22:52 +0000 (12:22 +0000)
[changed] build-scripts just a tiny little bit

gdx/jni/build-android.xml
gdx/jni/build.xml
gdx/libs/gdx-natives.jar
gdx/libs/linux/libgdx.so
gdx/libs/linux64/libgdx-64.so
gdx/libs/windows/gdx.dll
gdx/libs/windows64/gdx-64.dll

index 3472074..f39b3aa 100644 (file)
@@ -8,6 +8,7 @@
        </target>
 
        <target name="compile-natives">
+               <echo>ndk_home: ${env.NDK_HOME}</echo>
                <exec executable="${env.NDK_HOME}/ndk-build" dir="../"/>
        </target>
        
index 4cc94ed..27d386e 100644 (file)
@@ -1,4 +1,4 @@
-<project name="gdx-natives" basedir="." default="compile-natives">
+<project name="gdx-natives" basedir="." default="all">
        <target name="clean">
                <ant antfile="build-win32.xml" target="clean"/>
                <ant antfile="build-win64.xml" target="clean"/>
@@ -41,4 +41,6 @@
                <!-- <copy tofile="tests/gdx-tests-android/libs/armeabi-v7a/libmpg123.so" file="${stable}/armeabi-v7a/libmpg123.so" /> -->
                <copy tofile="../../tests/gdx-tests-android/libs/armeabi-v7a/libandroidgl20.so" file="../dist/armeabi/libandroidgl20.so" />     
        </target>
+
+       <target name="all" depends="compile-natives,update-natives"/>
 </project>
index 997c107..e2eaccc 100644 (file)
Binary files a/gdx/libs/gdx-natives.jar and b/gdx/libs/gdx-natives.jar differ
index 798d1a7..19d4bcf 100644 (file)
Binary files a/gdx/libs/linux/libgdx.so and b/gdx/libs/linux/libgdx.so differ
index 018df5b..49a8a25 100644 (file)
Binary files a/gdx/libs/linux64/libgdx-64.so and b/gdx/libs/linux64/libgdx-64.so differ
index cae118c..e974d05 100644 (file)
Binary files a/gdx/libs/windows/gdx.dll and b/gdx/libs/windows/gdx.dll differ
index a102a1a..e6e7226 100644 (file)
Binary files a/gdx/libs/windows64/gdx-64.dll and b/gdx/libs/windows64/gdx-64.dll differ