diff options
author | Sven Gothel <[email protected]> | 2011-02-09 05:05:13 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 05:05:13 +0100 |
commit | c4311f1abc4aefefb8a846b0397e184a8a382b31 (patch) | |
tree | 1d61cf26d41db1619bb104741fb6a9c732e28187 /make/build.xml | |
parent | b014a46d18d593136640c928f790494fc33a6d1e (diff) |
Expand tabs to 4 spaces
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 8 |
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}" |