aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-31 08:19:30 +0100
committerSven Gothel <[email protected]>2013-01-31 08:19:30 +0100
commit4c0d4a51b981310b934a037426d2570f9b96dd34 (patch)
tree8bc6767c5ebab85252a79fedcbbc5dc3719036cf
parentd4ab4501c0928b372ee714bca51633dcf23adec2 (diff)
Add openal-soft git submodule
-rw-r--r--.gitmodules3
-rwxr-xr-xmake/build.xml2
m---------openal-soft0
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