summaryrefslogtreecommitdiffstats
path: root/make/jogl.compiler.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/jogl.compiler.xml')
-rw-r--r--make/jogl.compiler.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/make/jogl.compiler.xml b/make/jogl.compiler.xml
new file mode 100644
index 000000000..413920e97
--- /dev/null
+++ b/make/jogl.compiler.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="JOGL" basedir="." default="all">
+<target name="c.configure.1" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler">
+ <linker id="linker.cfg.linux.jogl.x11" extends="linker.cfg.linux">
+ <syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="X11"/>
+ <syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="Xxf86vm"/>
+ </linker>
+
+ <linker id="linker.cfg.linux.jogl.gl2" extends="linker.cfg.linux.jogl.x11">
+ <syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="GL"/>
+ </linker>
+</target>
+</project>
+