diff options
author | kbr <[email protected]> | 2006-08-27 09:18:26 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-08-27 09:18:26 +0000 |
commit | 01354da790d0da8c8aed98fab02967f5f856e84a (patch) | |
tree | 48f42150084f13a5d79bf4c17445f44cc8a13ea4 /make/lib | |
parent | ab1d8906991beca3829f2a26ef1e12b0e3f5ee6b (diff) |
Added building of native library jar files to normal build target,
including bundling of OpenAL implementations on Windows and Linux
platforms; still need to remove this from the dist target
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@270 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/lib')
-rwxr-xr-x | make/lib/linux-i586/libopenal.so | bin | 0 -> 758109 bytes |
-rwxr-xr-x | make/lib/windows-i586/OpenAL32.dll | bin | 0 -> 73728 bytes |
-rwxr-xr-x | make/lib/windows-i586/wrap_oal.dll | bin | 0 -> 409600 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/make/lib/linux-i586/libopenal.so b/make/lib/linux-i586/libopenal.so Binary files differnew file mode 100755 index 0000000..ebcaee5 --- /dev/null +++ b/make/lib/linux-i586/libopenal.so diff --git a/make/lib/windows-i586/OpenAL32.dll b/make/lib/windows-i586/OpenAL32.dll Binary files differnew file mode 100755 index 0000000..a2e77f2 --- /dev/null +++ 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 differnew file mode 100755 index 0000000..22697eb --- /dev/null +++ b/make/lib/windows-i586/wrap_oal.dll |