aboutsummaryrefslogtreecommitdiffstats
path: root/make/nativewindow.compiler.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-15 22:57:38 +0000
committerKenneth Russel <[email protected]>2009-06-15 22:57:38 +0000
commita959c53b7ac91e489bf0959391e892790b9ff248 (patch)
tree4664742a4f9f6daa694364292e376ad2e6ee97d1 /make/nativewindow.compiler.xml
parent506b634b780dcd23aa61015c2ceba3e687196abf (diff)
Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1959 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/nativewindow.compiler.xml')
-rw-r--r--make/nativewindow.compiler.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/make/nativewindow.compiler.xml b/make/nativewindow.compiler.xml
new file mode 100644
index 000000000..b60f9c707
--- /dev/null
+++ b/make/nativewindow.compiler.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="NWI" basedir="." default="all">
+<target name="c.configure.1" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler">
+ <linker id="linker.cfg.linux.nwi.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.nwi.gl2" extends="linker.cfg.linux.nwi.x11">
+ <syslibset dir="/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" libs="GL"/>
+ <syslibset dir="${x11.cg.lib}" libs="Cg, CgGL" if="c.compiler.use-cglib"/>
+ </linker>
+</target>
+</project>
+