From 88220a2028ec4f8321c0e61981c36840ca6b6a26 Mon Sep 17 00:00:00 2001 From: "nathan.sweet" Date: Sun, 16 Jan 2011 14:48:00 +0000 Subject: [PATCH] [renamed] gdx/natives to gdx/libs because of course the NDK puts libs in libs. I'm a bit slow sometimes! --- backends/gdx-backend-jogl/.classpath | 2 +- backends/gdx-backend-lwjgl/.classpath | 2 +- backends/gdx-backends-angle/.classpath | 2 +- gdx/jni/README | 2 +- gdx/{natives => libs}/gdx-natives.jar | Bin gdx/{natives => libs}/linux/libgdx.so | Bin gdx/{natives => libs}/linux64/libgdx-64.so | Bin gdx/{natives => libs}/mac/libgdx.dylib | Bin gdx/{natives => libs}/windows/gdx.dll | Bin gdx/{natives => libs}/windows64/gdx-64.dll | Bin 10 files changed, 4 insertions(+), 4 deletions(-) rename gdx/{natives => libs}/gdx-natives.jar (100%) rename gdx/{natives => libs}/linux/libgdx.so (100%) rename gdx/{natives => libs}/linux64/libgdx-64.so (100%) rename gdx/{natives => libs}/mac/libgdx.dylib (100%) rename gdx/{natives => libs}/windows/gdx.dll (100%) rename gdx/{natives => libs}/windows64/gdx-64.dll (100%) diff --git a/backends/gdx-backend-jogl/.classpath b/backends/gdx-backend-jogl/.classpath index 16b6121d8..931017588 100644 --- a/backends/gdx-backend-jogl/.classpath +++ b/backends/gdx-backend-jogl/.classpath @@ -10,6 +10,6 @@ - + diff --git a/backends/gdx-backend-lwjgl/.classpath b/backends/gdx-backend-lwjgl/.classpath index 49a083da3..35f3302f9 100644 --- a/backends/gdx-backend-lwjgl/.classpath +++ b/backends/gdx-backend-lwjgl/.classpath @@ -9,6 +9,6 @@ - + diff --git a/backends/gdx-backends-angle/.classpath b/backends/gdx-backends-angle/.classpath index c169bb4fa..b202eb531 100644 --- a/backends/gdx-backends-angle/.classpath +++ b/backends/gdx-backends-angle/.classpath @@ -8,6 +8,6 @@ - + diff --git a/gdx/jni/README b/gdx/jni/README index 68301dcdd..78bb7b227 100644 --- a/gdx/jni/README +++ b/gdx/jni/README @@ -20,7 +20,7 @@ just replace the prefix with whatever your local Windows MinGW install uses (e.g 10) Profit! This will compile the natives for win32 (gdx.dll), win64 (gdx-64.dll), lin32 (libgdx.so), lin64 (libgdx-64) and Android (arm5, arm7). -It will also pack them into the gdx-natives.jar which is placed in backends/dependencies and used by all the desktop projects in the SVN trunk +It will also pack them into the gdx-natives.jar which is placed in gdx/natives and used by all the desktop projects in the SVN trunk Why the separate ant files? Cause i like copy & pasting... I'll write a more generic ant script that can be used by any platform as soon as time permits. diff --git a/gdx/natives/gdx-natives.jar b/gdx/libs/gdx-natives.jar similarity index 100% rename from gdx/natives/gdx-natives.jar rename to gdx/libs/gdx-natives.jar diff --git a/gdx/natives/linux/libgdx.so b/gdx/libs/linux/libgdx.so similarity index 100% rename from gdx/natives/linux/libgdx.so rename to gdx/libs/linux/libgdx.so diff --git a/gdx/natives/linux64/libgdx-64.so b/gdx/libs/linux64/libgdx-64.so similarity index 100% rename from gdx/natives/linux64/libgdx-64.so rename to gdx/libs/linux64/libgdx-64.so diff --git a/gdx/natives/mac/libgdx.dylib b/gdx/libs/mac/libgdx.dylib similarity index 100% rename from gdx/natives/mac/libgdx.dylib rename to gdx/libs/mac/libgdx.dylib diff --git a/gdx/natives/windows/gdx.dll b/gdx/libs/windows/gdx.dll similarity index 100% rename from gdx/natives/windows/gdx.dll rename to gdx/libs/windows/gdx.dll diff --git a/gdx/natives/windows64/gdx-64.dll b/gdx/libs/windows64/gdx-64.dll similarity index 100% rename from gdx/natives/windows64/gdx-64.dll rename to gdx/libs/windows64/gdx-64.dll -- 2.11.0