From e18771cc020f6fd42f6427540c079e48699ab310 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 17 Jun 2013 10:09:32 +0200 Subject: Complete 5d211c6fa6a0452cc4569712e436184e34504a88: Remove generate.nativelibrary.sources and dynlink* gluegen files due to manual impl. --- make/build.xml | 52 --------------------------- make/dynlink-macosx.cfg | 25 ------------- make/dynlink-unix-CustomJavaCode.java | 18 ---------- make/dynlink-unix.cfg | 22 ------------ make/dynlink-windows-CustomJavaCode.java | 11 ------ make/dynlink-windows.cfg | 30 ---------------- make/stub_includes/macosx/dynamic-linker.h | 46 ------------------------ make/stub_includes/unix/dynamic-linker.h | 55 ----------------------------- make/stub_includes/windows/dynamic-linker.h | 32 ----------------- 9 files changed, 291 deletions(-) delete mode 100755 make/dynlink-macosx.cfg delete mode 100755 make/dynlink-unix-CustomJavaCode.java delete mode 100755 make/dynlink-unix.cfg delete mode 100755 make/dynlink-windows-CustomJavaCode.java delete mode 100755 make/dynlink-windows.cfg delete mode 100755 make/stub_includes/macosx/dynamic-linker.h delete mode 100644 make/stub_includes/unix/dynamic-linker.h delete mode 100755 make/stub_includes/windows/dynamic-linker.h diff --git a/make/build.xml b/make/build.xml index 5f9e570..de2f41d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -227,58 +227,6 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - -