summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-09 05:05:13 +0100
committerSven Gothel <[email protected]>2011-02-09 05:05:13 +0100
commitc4311f1abc4aefefb8a846b0397e184a8a382b31 (patch)
tree1d61cf26d41db1619bb104741fb6a9c732e28187 /make/build.xml
parentb014a46d18d593136640c928f790494fc33a6d1e (diff)
Expand tabs to 4 spaces
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/build.xml b/make/build.xml
index bc71e7c..6c4ec96 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -221,7 +221,7 @@
<!-- Use the GlueGen task to generate the Java files -->
- <!-- Generate the AL interface class and implementation -->
+ <!-- Generate the AL interface class and implementation -->
<gluegen src="${stub.includes.openal}/al.c"
outputRootDir="${build}"
config="${joal.cfg}"
@@ -230,7 +230,7 @@
<classpath refid="gluegen.classpath" />
</gluegen>
- <!-- Generate the ALConstants interface class -->
+ <!-- Generate the ALConstants interface class -->
<gluegen src="${stub.includes.openal}/al.c"
outputRootDir="${build}"
config="${joal.constants.cfg}"
@@ -239,7 +239,7 @@
<classpath refid="gluegen.classpath" />
</gluegen>
- <!-- Generate the ALC interface class and implementation -->
+ <!-- Generate the ALC interface class and implementation -->
<gluegen src="${stub.includes.openal}/alc.h"
outputRootDir="${build}"
config="${joal.alc.cfg}"
@@ -248,7 +248,7 @@
<classpath refid="gluegen.classpath" />
</gluegen>
- <!-- Generate the ALCConstants interface class -->
+ <!-- Generate the ALCConstants interface class -->
<gluegen src="${stub.includes.openal}/alc.h"
outputRootDir="${build}"
config="${joal.alc.constants.cfg}"