diff options
author | Sven Gothel <[email protected]> | 2009-10-02 13:40:48 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-10-02 13:40:48 -0700 |
commit | 22e98bcb38d51c5f9170d4d3d5afea89647413d4 (patch) | |
tree | 8abe9ad09a80686f4703e572d2b4604f53916f43 /make/gluegen.compiler.xml | |
parent | 889b9574958b04988ab3acbabab109745fbc379a (diff) |
Add custom config locations via properties 'gluegen.user.properties.file' and 'gluegen.user.compiler.file'
Diffstat (limited to 'make/gluegen.compiler.xml')
-rw-r--r-- | make/gluegen.compiler.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/make/gluegen.compiler.xml b/make/gluegen.compiler.xml index ee7ebee..7d94567 100644 --- a/make/gluegen.compiler.xml +++ b/make/gluegen.compiler.xml @@ -1,4 +1,18 @@ <?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"> |