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/lib | |
parent | 11d516d6be0fff6ac68e0fa7ce30a85d6820a283 (diff) |
relocated lib/gluegen.compiler.linux-32bit.xml to gluegen
Diffstat (limited to 'make/lib')
-rw-r--r-- | make/lib/gluegen.compiler.linux-32bit.xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/make/lib/gluegen.compiler.linux-32bit.xml b/make/lib/gluegen.compiler.linux-32bit.xml deleted file mode 100644 index 344d9da27..000000000 --- a/make/lib/gluegen.compiler.linux-32bit.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - This is an example of how to add custom compiler/linker - arguments for a crosscompiler. - - You can use such files with setting the property 'gluegen.user.compiler.file', ie: - - -Dgluegen.user.compiler.file=`pwd`/lib/gluegen.compiler.xml - - or by having such file in your home directory, ie: - - ~/gluegen.compiler.xml - --> - -<project name="GlueGen-cpptasks" basedir="." > - -<target name="gluegen.cpptasks.configure.compiler" depends="setup.java.home.dir"> - <compiler id="compiler.cfg.linux" name="gcc"> - <compilerarg value="-m32" /> - <compilerarg value="-Wall" /> - <defineset> - <define name="LINUX" /> - </defineset> - </compiler> - - <linker id="linker.cfg.linux" name="gcc"> - <linkerarg value="-m32" /> - </linker> -</target> -</project> |