diff options
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}" /> |