|
Lines 138-147
Link Here
|
| 138 |
<istrue value="${macosppc}" /> |
138 |
<istrue value="${macosppc}" /> |
| 139 |
</condition> |
139 |
</condition> |
| 140 |
<condition property="use.macosx32"> |
140 |
<condition property="use.macosx32"> |
|
|
141 |
<and> |
| 141 |
<istrue value="${macosx32}" /> |
142 |
<istrue value="${macosx32}" /> |
|
|
143 |
<os family="mac"/> |
| 144 |
</and> |
| 142 |
</condition> |
145 |
</condition> |
| 143 |
<condition property="use.macosx64"> |
146 |
<condition property="use.macosx64"> |
|
|
147 |
<and> |
| 144 |
<istrue value="${macosx64}" /> |
148 |
<istrue value="${macosx64}" /> |
|
|
149 |
<os family="mac"/> |
| 150 |
</and> |
| 145 |
</condition> |
151 |
</condition> |
| 146 |
</target> |
152 |
</target> |
| 147 |
|
153 |
|
| 148 |
- |
|
|