OSDN Git Service

[fixed] build.xml now also builds natives again
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 18 Jan 2011 12:36:18 +0000 (12:36 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 18 Jan 2011 12:36:18 +0000 (12:36 +0000)
[updated] jars and shared libs in demo projects

20 files changed:
build.xml
demos/helloworld/gdx-helloworld-android/libs/armeabi-v7a/libgdx.so
demos/helloworld/gdx-helloworld-android/libs/armeabi/libgdx.so
demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar
demos/helloworld/gdx-helloworld-android/libs/gdx.jar
demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar
demos/helloworld/gdx-helloworld/libs/gdx-natives.jar
demos/helloworld/gdx-helloworld/libs/gdx-sources.jar
demos/helloworld/gdx-helloworld/libs/gdx.jar
demos/invaders/gdx-invaders-android/libs/armeabi-v7a/libgdx.so
demos/invaders/gdx-invaders-android/libs/armeabi/libgdx.so
demos/invaders/gdx-invaders-android/libs/gdx-backend-android.jar
demos/invaders/gdx-invaders-android/libs/gdx.jar
demos/invaders/gdx-invaders/libs/gdx-backend-jogl.jar
demos/invaders/gdx-invaders/libs/gdx-natives.jar
demos/invaders/gdx-invaders/libs/gdx-sources.jar
demos/invaders/gdx-invaders/libs/gdx.jar
gdx/libs/gdx-natives.jar
gdx/libs/windows/gdx.dll
gdx/libs/windows64/gdx-64.dll

index 2a8d570..ad0135a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -131,7 +131,8 @@ gdx and backend modules and creates a distribution out of this mess.
        </target>\r
 \r
        <target name="compile-natives" depends="init">\r
-               \r
+               <ant antfile="build.xml" target="clean" dir="gdx/jni"/>\r
+               <ant antfile="build.xml" target="all" dir="gdx/jni"/>\r
        </target>\r
        \r
        <!-- creates jars and places other files in the output dir -->\r
index 473ec2e..400bfa6 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/armeabi-v7a/libgdx.so and b/demos/helloworld/gdx-helloworld-android/libs/armeabi-v7a/libgdx.so differ
index b384a34..95d6c19 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/armeabi/libgdx.so and b/demos/helloworld/gdx-helloworld-android/libs/armeabi/libgdx.so differ
index c9e7bec..9ae5c6c 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar and b/demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar differ
index c33e619..6d752fc 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/gdx.jar and b/demos/helloworld/gdx-helloworld-android/libs/gdx.jar differ
index 7cddae1..c6026fe 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar differ
index 67d920c..1fed37e 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-natives.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-natives.jar differ
index 5f82f85..e431bd0 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-sources.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-sources.jar differ
index c33e619..6d752fc 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx.jar and b/demos/helloworld/gdx-helloworld/libs/gdx.jar differ
index 473ec2e..400bfa6 100644 (file)
Binary files a/demos/invaders/gdx-invaders-android/libs/armeabi-v7a/libgdx.so and b/demos/invaders/gdx-invaders-android/libs/armeabi-v7a/libgdx.so differ
index b384a34..95d6c19 100644 (file)
Binary files a/demos/invaders/gdx-invaders-android/libs/armeabi/libgdx.so and b/demos/invaders/gdx-invaders-android/libs/armeabi/libgdx.so differ
index c9e7bec..9ae5c6c 100644 (file)
Binary files a/demos/invaders/gdx-invaders-android/libs/gdx-backend-android.jar and b/demos/invaders/gdx-invaders-android/libs/gdx-backend-android.jar differ
index c33e619..6d752fc 100644 (file)
Binary files a/demos/invaders/gdx-invaders-android/libs/gdx.jar and b/demos/invaders/gdx-invaders-android/libs/gdx.jar differ
index 7cddae1..c6026fe 100644 (file)
Binary files a/demos/invaders/gdx-invaders/libs/gdx-backend-jogl.jar and b/demos/invaders/gdx-invaders/libs/gdx-backend-jogl.jar differ
index 67d920c..1fed37e 100644 (file)
Binary files a/demos/invaders/gdx-invaders/libs/gdx-natives.jar and b/demos/invaders/gdx-invaders/libs/gdx-natives.jar differ
index 5f82f85..e431bd0 100644 (file)
Binary files a/demos/invaders/gdx-invaders/libs/gdx-sources.jar and b/demos/invaders/gdx-invaders/libs/gdx-sources.jar differ
index c33e619..6d752fc 100644 (file)
Binary files a/demos/invaders/gdx-invaders/libs/gdx.jar and b/demos/invaders/gdx-invaders/libs/gdx.jar differ
index e2eaccc..1fed37e 100644 (file)
Binary files a/gdx/libs/gdx-natives.jar and b/gdx/libs/gdx-natives.jar differ
index e974d05..3d99d64 100644 (file)
Binary files a/gdx/libs/windows/gdx.dll and b/gdx/libs/windows/gdx.dll differ
index e6e7226..a9844a7 100644 (file)
Binary files a/gdx/libs/windows64/gdx-64.dll and b/gdx/libs/windows64/gdx-64.dll differ