diff options
author | sg215889 <[email protected]> | 2009-07-28 21:44:01 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-28 21:44:01 -0700 |
commit | 13da2583621ed3c803e8625aa85b474276966ef3 (patch) | |
tree | 72a6293be0c1b8640c4ff965cd54eae2f1c1feb0 /make | |
parent | 2eca2e1d82356ef3ddedd0e12cb05861beb1f513 (diff) |
Proper gluegen.properties loading (2)
Diffstat (limited to 'make')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 66bc549..b2cefef 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -11,22 +11,8 @@ - directory (e.g., from which the parent project's build.xml is being - executed) to the top of the checked-out GlueGen workspace. - - - This Ant project file depends on the following properties being set - - externally: - - - - win32.c.compiler (required to be set on Windows): - - one of "vc6", "vc7", "vc8", or "mingw". - - c.compiler.debug: - - set to "true" if debug version of the compiled - - C code is desired. - - macosppc: - - set to "true" if ppc universal / fat binaries are desired - - on Mac OS X. Requires support for cross-compilation from the - - underlying C compiler. Note: Unsupported on Snow Leopard! - - macosx64: - - set to "true" if 64-bit universal / fat binaries are desired - - on Mac OS X. Requires support for cross-compilation from the - - underlying C compiler. + - This Ant project file depends on properties being set + - via gluegen.properties, see: gluegen-properties.xml ! - - The gluegen.cpptasks.detect.os target sets the following - properties appropriately. They are only set to "true" if the OS/CPU |