diff options
author | Sven Gothel <[email protected]> | 2010-12-13 12:28:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-13 12:28:06 +0100 |
commit | 70b648f9c8fa9c9cb302b9bbb06820a3cf23d71f (patch) | |
tree | ce9f711cce66a93d9562402107e5d11b247445d4 /make/lib | |
parent | 57ef6b5648cc3f95a490477627c5a350251a09bf (diff) |
Window Support added ; Win64 libs & license files
- plays on linux/window now
- ant build files fixed -> Windows support
- windows OpenAL 32/64 bit: see make/lib/FILES.txt make/lib/oalinst-license.txt)
- linux libs: added .1 to suffix
- added Debug impl
- catch EAX init exception (ie unsatisfied link error)
- EAX proper blocked init
TODO:
- check on osx
- joal-demos
Diffstat (limited to 'make/lib')
-rw-r--r-- | make/lib/FILES.txt | 9 | ||||
-rw-r--r-- | make/lib/linux-amd64/libopenal.so.1 (renamed from make/lib/linux-amd64/libopenal.so) | bin | 212312 -> 212312 bytes | |||
-rwxr-xr-x | make/lib/linux-i586/libopenal.so.1 (renamed from make/lib/linux-i586/libopenal.so) | bin | 758109 -> 758109 bytes | |||
-rwxr-xr-x | make/lib/oalinst-license.txt | 24 | ||||
-rwxr-xr-x | make/lib/windows-amd64/OpenAL32.dll | bin | 0 -> 122904 bytes | |||
-rwxr-xr-x | make/lib/windows-amd64/wrap_oal.dll | bin | 0 -> 466456 bytes | |||
-rwxr-xr-x | make/lib/windows-i586/OpenAL32.dll | bin | 73728 -> 109080 bytes | |||
-rwxr-xr-x | make/lib/windows-i586/wrap_oal.dll | bin | 409600 -> 444952 bytes |
8 files changed, 33 insertions, 0 deletions
diff --git a/make/lib/FILES.txt b/make/lib/FILES.txt new file mode 100644 index 0000000..1b8d9c0 --- /dev/null +++ b/make/lib/FILES.txt @@ -0,0 +1,9 @@ + +Windows x32 and x64: + oalinst: + http://connect.creativelabs.com/openal/Downloads/oalinst.zip + LICENSE: oalinst-license.txt + + Summer 2009 : Version 2.0.7.0 + * OpenAL32.dll version 6.14.357.24 + * wrap_oal.dll version 2.2.0.5 diff --git a/make/lib/linux-amd64/libopenal.so b/make/lib/linux-amd64/libopenal.so.1 Binary files differindex 4ed39f2..4ed39f2 100644 --- a/make/lib/linux-amd64/libopenal.so +++ b/make/lib/linux-amd64/libopenal.so.1 diff --git a/make/lib/linux-i586/libopenal.so b/make/lib/linux-i586/libopenal.so.1 Binary files differindex ebcaee5..ebcaee5 100755 --- a/make/lib/linux-i586/libopenal.so +++ b/make/lib/linux-i586/libopenal.so.1 diff --git a/make/lib/oalinst-license.txt b/make/lib/oalinst-license.txt new file mode 100755 index 0000000..8c95a86 --- /dev/null +++ b/make/lib/oalinst-license.txt @@ -0,0 +1,24 @@ +Creative Labs, Inc. is providing you with this OpenAL32.dll installer and other OpenAL files ("Software").
+You may use and freely integrate with your software applications and distribute such throughout the world at no cost or further obligation to Creative.
+
+NO WARRANTY
+ ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN RISK.
+ THE SOFTWARE IS PROVIDED FOR USE "AS IS" WITHOUT WARRANTY OF ANY KIND.
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, CREATIVE DISCLAIMS ALL WARRANTIES OF ANY KIND,
+ EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OR CONDITIONS
+ OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+ CREATIVE IS NOT OBLIGATED TO PROVIDE ANY UPDATES OR UPGRADES TO THE SOFTWARE.
+
+ No other entity or person is authorized to expand or alter this warranty or any other provisions herein.
+ Creative does not warrant that the functions contained in the Software will meet your requirements
+ or that the operation of the Software will be uninterrupted or error-free or free from malicious code.
+ For purposes of this paragraph, "malicious code" means any program code designed to contaminate other computer programs or computer data,
+ consume computer resources, modify, destroy, record, or transmit data, or in some other fashion usurp the normal operation of the computer,
+ computer system, or computer network, including viruses, Trojan horses, droppers, worms, logic bombs, and the like.
+
+ You assume full responsibility for the selection of the Software to achieve your intended results,
+ and for the downloading, use and results obtained from the Software.
+ You also assume the entire risk as it applies to the quality and performance of the Software.
+
+ IN NO EVENT WILL CREATIVE'S LIABILITY TO YOU OR ANY OTHER PERSON EVER EXCEED THE AMOUNT PAID BY YOU TO USE THE SOFTWARE,
+ REGARDLESS OF THE FORM OF THE CLAIM.
diff --git a/make/lib/windows-amd64/OpenAL32.dll b/make/lib/windows-amd64/OpenAL32.dll Binary files differnew file mode 100755 index 0000000..259177a --- /dev/null +++ b/make/lib/windows-amd64/OpenAL32.dll diff --git a/make/lib/windows-amd64/wrap_oal.dll b/make/lib/windows-amd64/wrap_oal.dll Binary files differnew file mode 100755 index 0000000..2713dae --- /dev/null +++ b/make/lib/windows-amd64/wrap_oal.dll diff --git a/make/lib/windows-i586/OpenAL32.dll b/make/lib/windows-i586/OpenAL32.dll Binary files differindex a2e77f2..d0ee3cc 100755 --- a/make/lib/windows-i586/OpenAL32.dll +++ b/make/lib/windows-i586/OpenAL32.dll diff --git a/make/lib/windows-i586/wrap_oal.dll b/make/lib/windows-i586/wrap_oal.dll Binary files differindex 22697eb..91e90fc 100755 --- a/make/lib/windows-i586/wrap_oal.dll +++ b/make/lib/windows-i586/wrap_oal.dll |