From 8c9c768e697dfbab8ec92ec9c496a46a617ad8c4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 May 2023 01:37:57 +0200 Subject: Windows: Drop using soft_oal.dll blobs, use own bundled openal-soft instead. Note: This requires mingw-w64 w/ posix-threads to allow using C++ std::mutex etc. --- make/build.xml | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index 871868b..71d74e2 100755 --- a/make/build.xml +++ b/make/build.xml @@ -478,7 +478,7 @@ nativejarfile="${build}/jar/joal-natives-${os.and.arch}.jar" manifestfile="${build}/tempversion-natives" module="openal" - includelibs="*joal.${native.library.suffix} *soft_oal.${native.library.suffix} *openal.${native.library.suffix} *openal*.1*.${native.library.suffix}" /> + includelibs="*joal.${native.library.suffix} *openal.${native.library.suffix} OpenAL32.${native.library.suffix} *openal*.1*.${native.library.suffix}" /> @@ -541,35 +541,14 @@ - + + - - - - - - - - - - - - - - - - - - - - - - @@ -657,21 +636,12 @@ - - - - - - - - - - + depends="init, gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler, c.build.openal.soft.windows, c.build.openal.soft.android.x86, c.build.openal.soft.android.arm, c.build.openal.soft.android.arm64, c.build.openal.soft.gcc.armv6.hard, c.build.openal.soft.gcc.aarch64, c.build.openal.soft.clang.x86_32, c.build.openal.soft.clang.default, c.build.openal.soft.gcc.x86_32, c.build.openal.soft.gcc.default"> + -- cgit v1.2.3