diff options
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}" |