diff options
author | Kenneth Russel <[email protected]> | 2006-04-13 22:39:27 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-04-13 22:39:27 +0000 |
commit | 1a6ba98f8b192fa765d0b8e4e8860cf19bb3df1c (patch) | |
tree | a381789114a5a4bba411131bc980f355e95975bf /make/gluegen-cpptasks.xml | |
parent | f56a4bc5c9c2ff870fa16b4e903fbce979541678 (diff) |
Support for building on HP/UX from user metasim on JOGL forum
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@25 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index a916c80..d18a29f 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -30,6 +30,7 @@ - configuration is exactly as specified. - - isFreeBSD + - isHPUX - isIA64 - isLinux - isLinuxAMD64 @@ -82,6 +83,9 @@ <condition property="isFreeBSD"> <os name="FreeBSD" /> </condition> + <condition property="isHPUX"> + <os name="HP-UX" /> + </condition> <condition property="isLinuxX86"> <and> <istrue value="${isLinux}" /> @@ -118,6 +122,7 @@ </condition> <echo message="FreeBSD=${isFreeBSD}" /> + <echo message="HPUX=${isHPUX}" /> <echo message="IA64=${isIA64}" /> <echo message="Linux=${isLinux}" /> <echo message="LinuxAMD64=${isLinuxAMD64}" /> |