summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-25 05:46:17 +0000
committerSven Gothel <[email protected]>2008-06-25 05:46:17 +0000
commitfa7b193e42b0e4b4296195aafddb4f253c6cf1f5 (patch)
tree9db391d06347edda5b324d012ce6b354ca48b8b2
parent7b584e3ec659fca45f62512df629d1663516c67b (diff)
gluegen.compiler.xml example
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/branches/JOGL_2_SANDBOX@86 a78bb65f-1512-4460-ba86-f6dc96a7bf27
-rw-r--r--make/gluegen.compiler.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/make/gluegen.compiler.xml b/make/gluegen.compiler.xml
new file mode 100644
index 0000000..bfab59e
--- /dev/null
+++ b/make/gluegen.compiler.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="GlueGen-cpptasks" basedir="." >
+
+<target name="gluegen.cpptasks.configure.compiler">
+ <compiler id="compiler.cfg.linux" name="gcc">
+ <compilerarg value="-m32" />
+ <compilerarg value="-Wall" />
+ <compilerarg value="-I/devtools/i686-unknown-linux-gnu/include" />
+ <compilerarg value="-I/devtools/share/include" />
+ <compilerarg value="-I/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/include" />
+ </compiler>
+
+ <linker id="linker.cfg.linux" name="gcc">
+ <linkerarg value="-m32" />
+ <linkerarg value="-L/devtools/i686-unknown-linux-gnu/lib" />
+ <linkerarg value="-L/devtools/i686-unknown-linux-gnu/xfree86-4.3.0-linux-ix86-glibc23/lib" />
+ </linker>
+</target>
+</project>