diff options
author | Sven Gothel <[email protected]> | 2013-01-31 08:19:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-31 08:19:30 +0100 |
commit | 4c0d4a51b981310b934a037426d2570f9b96dd34 (patch) | |
tree | 8bc6767c5ebab85252a79fedcbbc5dc3719036cf | |
parent | d4ab4501c0928b372ee714bca51633dcf23adec2 (diff) |
Add openal-soft git submodule
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | make/build.xml | 2 | ||||
m--------- | openal-soft | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..57af3ef --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "openal-soft"] + path = openal-soft + url = ../openal-soft.git diff --git a/make/build.xml b/make/build.xml index 42c1d05..22f962a 100755 --- a/make/build.xml +++ b/make/build.xml @@ -423,7 +423,7 @@ <target name="c.build.openal.soft" depends="init, gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler"> <mkdir dir="${build}/openal-soft" /> <exec dir="${build}/openal-soft" executable="cmake" logError="true" failonerror="false" failifexecutionfails="false"> - <arg value="../../../openal-soft"/> + <arg value="../../openal-soft"/> </exec> <exec dir="${build}/openal-soft" executable="make" logError="true" failonerror="false" failifexecutionfails="false" /> </target> diff --git a/openal-soft b/openal-soft new file mode 160000 +Subproject 564a1822595e287cf808ea63a03d96719e3cc7b |