summaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix Java7 Windows scripts ..Sven Gothel2013-06-202-8/+8
|
* Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵Sven Gothel2013-06-2011-30/+80
| | | | producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
* Android SDK changes: Add /build-tools/17.0.0 to PATHSven Gothel2013-06-131-1/+1
|
* Add make.joal.all.shSven Gothel2013-04-231-0/+9
|
* Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); ↵Sven Gothel2013-04-232-2/+2
| | | | Compile openal-soft w/ arm arch & float options if crosscompiled.
* Fix x86_32 build on x86_64 of openal-soft; ; Statically link gcc-lib in ↵Sven Gothel2013-04-211-8/+4
| | | | openal-soft; Strip all native libraries (1.5M -> ~400k)
* Test building openal-soft w/ Windows/cmake - fails ..Sven Gothel2013-02-012-6/+9
|
* Android Build & Test ; WavLoader/Data javax.audio separation (part-1)Sven Gothel2013-01-315-2/+19
|
* Build Cleanup for Android, Misc changes ..Sven Gothel2013-01-312-10/+12
| | | | | | | | | | | | | | | | - Add 'c.build.openal.soft.android' task using GCC_VERSION -> ANDROID_TOOLCHAIN_VERSION NDK_ROOT -> ANDROID_NDK PATH_VANILLA -> PATH - Copy openal-soft lib to ${rootrel.build}/obj, to be picked up by jar and appt archiving tasks - Android build script: - Bump to GCC_VERSION 4.7 - Add PATH_VANILLA, i.e. PATH before adding cross-compile tools 'gcc' - Sound3DTest: Fix package name
* JOAL Fixes: GlueGen, OpenAL Header, Added scripts/tests.sh,Sven Gothel2013-01-311-0/+90
| | | | | | | | | | | | | | | - OpenAL Header - Unique declaration in al-types.h and alc-types.h, remove duplicates in al.h and alc.h - Use ALproc and ALCproc for opaque pointer return values - GlueGen Fixes - Remove duplicates in extension classes ALExt and ALExtConstants - Push all common configurations to joal-common.cfg - Complete ArgumentIsString for ALC methods - Added scripts/tests.sh for convenient manual testing of single unit test -
* Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOMESven Gothel2012-12-271-10/+10
| | | | | | | | Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir, however this is not true: Semantics by Android tools are: ANDROID_SDK_HOME - Users ~/.android folder ANDROID_HOME - SDK root folder
* Add make/scripts/make.joal.all.linux-armv6hf.shXerxes Rånby2012-11-221-0/+31
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Add make/scripts/make.joal.all.linux-i586.shXerxes Rånby2012-10-261-0/+31
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Add make/scripts/make.joal.all.linux-armv6.shXerxes Rånby2012-10-251-0/+31
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-183-8/+53
|
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10Sven Gothel2012-06-262-2/+6
|
* Linux ARMel eabi: Use armv6t, soft-float - low profile to target more ↵v2.0-rc9v2.0-rc8v2.0-rc7v2.0-rc6Sven Gothel2012-04-181-1/+1
| | | | devices. Our ARMhf build is high profile.
* disable BUILD_ARCHIVE in android cross scriptSven Gothel2012-03-271-1/+1
|
* Add make.joal.all.android-armv7-cross.shSven Gothel2012-03-271-0/+92
|
* Enable cross compile/test on linux-armv7 (including armv7 openal soft library)Sven Gothel2012-02-271-0/+45
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-221-0/+6
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* win build script bump to 6u30Sven Gothel2011-12-212-4/+4
|
* Add macosx build scriptSven Gothel2011-12-211-0/+12
|
* Enable JOAL on SolarisSven Gothel2011-10-182-2/+29
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-231-0/+0
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-232-4/+2
|
* Reverted linux libs .1 suffix (prefer system wide libopenal.so.1); Updated ↵Sven Gothel2010-12-132-0/+0
| | | | Linux bundled: ubuntu 10.10 1:1.12.854-2 (maybe we shall remove these at all)
* Window Support added ; Win64 libs & license filesSven Gothel2010-12-132-0/+24
| | | | | | | | | | | | | | - 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
* Add rootrel.build semantics ..Sven Gothel2010-05-081-0/+23