View | Details | Raw Unified | Return to bug 1316
Collapse All | Expand All

(-)a/make/build.xml (-9 lines)
Lines 375-384 Link Here
375
        <move file="${src}" tofile="${dest}" />
375
        <move file="${src}" tofile="${dest}" />
376
    </target>
376
    </target>
377
377
378
    <target name="rename.dylib" if="isOSX">
379
        <move file="${src}" tofile="${dest}" />
380
    </target>
381
382
    <macrodef name="c.build">
378
    <macrodef name="c.build">
383
        <attribute name="compiler.cfg.id" />
379
        <attribute name="compiler.cfg.id" />
384
        <attribute name="linker.cfg.id" />
380
        <attribute name="linker.cfg.id" />
Lines 435-445 Link Here
435
                <linker extends="@{linker.cfg.id}" />
431
                <linker extends="@{linker.cfg.id}" />
436
            </cc>
432
            </cc>
437
433
438
            <antcall target="rename.dylib" inheritRefs="true">
439
                <param name="src"  value="${obj}/lib@{output.lib.name}.dylib" />
440
                <param name="dest" value="${obj}/lib@{output.lib.name}.jnilib" />
441
            </antcall>
442
443
            <antcall target="rename.mingw.dll" inheritRefs="true">
434
            <antcall target="rename.mingw.dll" inheritRefs="true">
444
                <param name="src"  value="${obj}/lib@{output.lib.name}.so" />
435
                <param name="src"  value="${obj}/lib@{output.lib.name}.so" />
445
                <param name="dest" value="${obj}/@{output.lib.name}.dll" />
436
                <param name="dest" value="${obj}/@{output.lib.name}.dll" />

Return to bug 1316