diff options
author | Sven Gothel <[email protected]> | 2011-07-22 07:43:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-22 07:43:44 +0200 |
commit | 2d57b3cbb4a8189ecb5523f6d8de3aa37db78a13 (patch) | |
tree | 4faad37b4725dc2aecc327e87f3ace6be0b5cad3 /make/gluegen-cpptasks-base.xml | |
parent | dac1bac087ac94c596dcb74185d504712069b0a7 (diff) |
Cleanup [cross] compile properties
- linux-armv7 (ubuntu)
- added scripts/make.gluegen.all.linux-armv7-cross.sh
- added symbolic links to cross toolchain (gcc, ld, ..)
allowing gluegen's cpptask to pick it up
- android-armv7 (android)
- we have scripts/make.gluegen.all.android-armv7-cross.sh
Diffstat (limited to 'make/gluegen-cpptasks-base.xml')
-rwxr-xr-x | make/gluegen-cpptasks-base.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index adfc538..4ac18d0 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -15,6 +15,8 @@ - properties appropriately. They are only set to "true" if the OS/CPU - configuration is exactly as specified. - + - isUnix + - isX11 - isFreeBSD - isFreeBSDAMD64 - isFreeBSDX86 @@ -35,11 +37,9 @@ - isSolarisSparc - isSolarisSparcv9 - isSolarisX86 - - isUnix - isWindows - isWindowsX86 - isWindowsAMD64 - - isX11 - - isX11 is set if: !isWindows && !isOSX && !noX11 - |