aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorkbr <[email protected]>2006-06-24 08:15:45 +0000
committerkbr <[email protected]>2006-06-24 08:15:45 +0000
commita6146b041390658ec61cb8406bbb6f21fca0912f (patch)
treeaf835d81ab3f853b878325635b7dd0f11e93161c /make/build.xml
parent5e8d2c318371c6473cc43025fd2d65e237ed4834 (diff)
Fixed Issue 11: Add EFX entry points
Added EFX entry points on request from user Ultraq on JOAL forum. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@201 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 8ff50ce..0899eb4 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -355,7 +355,7 @@
<!-- Use the GlueGen task to generate the Java files -->
<!-- Generate the AL interface class and implementation -->
- <gluegen src="${stub.includes.openal}/al.h"
+ <gluegen src="${stub.includes.openal}/al.c"
config="${joal.cfg}"
includeRefid="stub.includes.fileset.all"
emitter="com.sun.gluegen.procaddress.ProcAddressEmitter">
@@ -363,7 +363,7 @@
</gluegen>
<!-- Generate the ALConstants interface class -->
- <gluegen src="${stub.includes.openal}/al.h"
+ <gluegen src="${stub.includes.openal}/al.c"
config="${joal.constants.cfg}"
includeRefid="stub.includes.fileset.all"
emitter="com.sun.gluegen.JavaEmitter">