diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/make/build.xml b/make/build.xml index b0d4e48e..17ec8e70 100644 --- a/make/build.xml +++ b/make/build.xml @@ -469,10 +469,6 @@ <move file="${src}" tofile="${dest}" /> </target> - <target name="rename.dylib" if="isOSX"> - <move file="${src}" tofile="${dest}" /> - </target> - <macrodef name="c.build"> <attribute name="compiler.cfg.id" /> <attribute name="linker.cfg.id" /> @@ -539,11 +535,6 @@ <linker extends="@{linker.cfg.id}" /> </cc> - <antcall target="rename.dylib" inheritRefs="true"> - <param name="src" value="${obj}/lib@{output.lib.name}.dylib" /> - <param name="dest" value="${obj}/lib@{output.lib.name}.jnilib" /> - </antcall> - <antcall target="rename.mingw.dll" inheritRefs="true"> <param name="src" value="${obj}/lib@{output.lib.name}.so" /> <param name="dest" value="${obj}/@{output.lib.name}.dll" /> |