Skip to content

Commit

Permalink
openallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fundies committed Sep 29, 2017
1 parent df49486 commit 20b5514
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Install
*/temp
openal/usr
enigma-libs.zip
13 changes: 13 additions & 0 deletions buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ do
./build.sh
popd
done

mkdir "dll/"
mkdir "dll/32"
mkdir "dll/64"

mv "Install/i686-w64-mingw32/bin/OpenAL32.dll" "dll/32"
mv "Install/x86_64-w64-mingw32/bin/OpenAL32.dll" "dll/64"

rm -rf "Install/i686-w64-mingw32/bin"
rm -rf "Install/i686-w64-mingw32/share"
rm -rf "Install/x86_64-w64-mingw32/bin"
rm -rf "Install/x86_64-w64-mingw32/share"
zip -r "enigma-libs.zip" "Install/"
2 changes: 1 addition & 1 deletion openal/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for _arch in ${_architectures}; do
-DBUILD_SHARED_LIBS=OFF \
-DALSOFT_EXAMPLES=OFF \
-DALSOFT_TESTS=OFF \
-DALSOFT_UTILS=OFF
-DALSOFT_UTILS=OFF \
..

make
Expand Down

0 comments on commit 20b5514

Please sign in to comment.