diff options
author | Sven Gothel <[email protected]> | 2010-03-25 13:15:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-25 13:15:04 +0100 |
commit | ffd4f4b39f0600a0432728ab00d20c9127200196 (patch) | |
tree | ab694bfac0761dd2a45e74eaaec0aeeead3b0875 /make/make.jogl.all.linux-x86.sh | |
parent | 11d516d6be0fff6ac68e0fa7ce30a85d6820a283 (diff) |
relocated lib/gluegen.compiler.linux-32bit.xml to gluegen
Diffstat (limited to 'make/make.jogl.all.linux-x86.sh')
-rw-r--r-- | make/make.jogl.all.linux-x86.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index 5387cf97a..ef12088ff 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -17,7 +17,7 @@ fi # -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ ant \ - -Dgluegen.user.compiler.file=`pwd`/lib/gluegen.compiler.linux-32bit.xml \ + -Dgluegen.user.compiler.file=`pwd`/../../gluegen/make/lib/gluegen.compiler.linux-32bit.xml \ -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ -Drootrel.build=build-x86 \ |