diff options
author | sg215889 <[email protected]> | 2009-07-24 07:22:40 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-24 07:22:40 -0700 |
commit | 53b16f758e0db510db420fabe6793e7921a9c407 (patch) | |
tree | e0870034cb64db288a8b1b87fd7c76a811844d14 /make/gluegen-cpptasks.xml | |
parent | b99f4ad0fcba41921b450f679b229cdf704e4a12 (diff) |
Add: Extended support for CVM crosscompile:
- Clean up X11 dependency
- Adding 'noX11' property to avoid setting 'isX11'
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 48f6520..32cabbc 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -53,6 +53,8 @@ - isWindowsX86 - isWindowsAMD64 - isX11 + - + - isX11 is set if: !isWindows && !isOSX && !noX11 - - It also sets the following properties which are useful for - building native library jar files for Java Web Start and @@ -259,6 +261,7 @@ <and> <isfalse value="${isWindows}" /> <isfalse value="${isOSX}" /> + <isfalse value="${noX11}" /> </and> </condition> |