|
Lines 469-478
Link Here
|
| 469 |
<move file="${src}" tofile="${dest}" /> |
469 |
<move file="${src}" tofile="${dest}" /> |
| 470 |
</target> |
470 |
</target> |
| 471 |
|
471 |
|
| 472 |
<target name="rename.dylib" if="isOSX"> |
|
|
| 473 |
<move file="${src}" tofile="${dest}" /> |
| 474 |
</target> |
| 475 |
|
| 476 |
<macrodef name="c.build"> |
472 |
<macrodef name="c.build"> |
| 477 |
<attribute name="compiler.cfg.id" /> |
473 |
<attribute name="compiler.cfg.id" /> |
| 478 |
<attribute name="linker.cfg.id" /> |
474 |
<attribute name="linker.cfg.id" /> |
|
Lines 539-549
Link Here
|
| 539 |
<linker extends="@{linker.cfg.id}" /> |
535 |
<linker extends="@{linker.cfg.id}" /> |
| 540 |
</cc> |
536 |
</cc> |
| 541 |
|
537 |
|
| 542 |
<antcall target="rename.dylib" inheritRefs="true"> |
|
|
| 543 |
<param name="src" value="${obj}/lib@{output.lib.name}.dylib" /> |
| 544 |
<param name="dest" value="${obj}/lib@{output.lib.name}.jnilib" /> |
| 545 |
</antcall> |
| 546 |
|
| 547 |
<antcall target="rename.mingw.dll" inheritRefs="true"> |
538 |
<antcall target="rename.mingw.dll" inheritRefs="true"> |
| 548 |
<param name="src" value="${obj}/lib@{output.lib.name}.so" /> |
539 |
<param name="src" value="${obj}/lib@{output.lib.name}.so" /> |
| 549 |
<param name="dest" value="${obj}/@{output.lib.name}.dll" /> |
540 |
<param name="dest" value="${obj}/@{output.lib.name}.dll" /> |