aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen.compiler.xml
blob: bfab59efa89672c69b783472f4797b2703ccd3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>