diff options
author | Julien Gouesse <[email protected]> | 2013-03-26 22:10:39 +0100 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2013-03-26 22:10:39 +0100 |
commit | 52f527772ac7412d17e8c487124b31d290d2ce8f (patch) | |
tree | 27136f66d311324e15a41053e6f735f6755043e1 /make | |
parent | f6c002f7e45e7fd521d0021676bd92c99d893406 (diff) |
Adds a script that downloads the ZIP archive containing OpenAL-Soft Windows binaries, extracts them, puts them into the right directories and deletes the useless directories created during the decompression
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 057eaa4..4a1f4c1 100755 --- a/make/build.xml +++ b/make/build.xml @@ -475,7 +475,7 @@ <exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" /> </target> - <target name="c.download.openal.soft.windows" > + <target name="c.download.openal.soft.windows" if="isWindows"> <property name="c.build.openal.soft.done" value="true" /> <!-- downloads the binaries of OpenAL-Soft for Windows as they aren't bundled with JOAL yet --> <get src="http://kcat.strangesoft.net/openal-soft-1.15.1-bin.zip" dest="." verbose="true" usetimestamp="true" /> |