OSDN Git Service

removed dist stuff from build.xml, gles bindings are build into libgdx.so now
authorbadlogic <badlogicgames@gmail.com>
Sat, 6 Jul 2013 21:41:41 +0000 (23:41 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sat, 6 Jul 2013 21:41:41 +0000 (23:41 +0200)
build.xml

index 1ef8669..8999d5d 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <reference refid="classpath"/>\r
                        <reference refid="resourcefiles"/>\r
                </ant>\r
-               <!-- the ndk clean process deletes all shared libs in libs/armeabi(-v7a), need to copy\r
-               the GLES 2.0 bindings manually... -->\r
-               <copy tofile="${distDir}/armeabi/libandroidgl20.so" file="gdx/dist/armeabi/libandroidgl20.so"/>\r
-               <copy tofile="${distDir}/armeabi-v7a/libandroidgl20.so" file="gdx/dist/armeabi/libandroidgl20.so"/>\r
        </target>\r
 \r
        <!-- gdx openal, for all desktop backends -->\r
@@ -383,4 +379,4 @@ depends="clean,gdx-setup-ui,gdx-core,gdx-openal,gdx-backend-lwjgl,gdx-backend-jg
                <!-- zip dist dir -->\r
                <zip destfile="libgdx-${version}.zip" basedir="${distDir}"/>\r
        </target>\r
-</project>
+</project>\r