Lines 398-404
Link Here
|
398 |
<echo message="Unix=${isUnix}" /> |
398 |
<echo message="Unix=${isUnix}" /> |
399 |
<echo message="Windows=${isWindows}" /> |
399 |
<echo message="Windows=${isWindows}" /> |
400 |
<echo message="X11=${isX11}" /> |
400 |
<echo message="X11=${isX11}" /> |
401 |
</target> |
401 |
<echo message="os=${os.name}" /> |
|
|
402 |
<echo message="os=${os.version}" /> |
403 |
<echo message="arch=${os.arch}" /> |
404 |
</target> |
402 |
|
405 |
|
403 |
<target name="gluegen.cpptasks.detect.os.freebsd.x86" unless="gluegen.cpptasks.detected.os.2" if="isFreeBSDX86"> |
406 |
<target name="gluegen.cpptasks.detect.os.freebsd.x86" unless="gluegen.cpptasks.detected.os.2" if="isFreeBSDX86"> |
404 |
<property name="os.and.arch" value="freebsd-i586" /> |
407 |
<property name="os.and.arch" value="freebsd-i586" /> |
405 |
- |
|
|