diff options
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 49715f143..8df13ae49 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -876,10 +876,6 @@ <target name="c.configure" depends="c.configure.1,c.configure.2" /> - <target name="rename.mingw.dll" if="isMingW"> - <move file="${src}" tofile="${dest}" /> - </target> - <macrodef name="c.build"> <attribute name="c.compiler.src.files" /> <attribute name="compiler.cfg.id" /> @@ -986,13 +982,6 @@ </linker> </cc> - <!-- FIXME: this is a hack; the cpptask should have an option to change the - suffix or at least understand the override from so to dll --> - <antcall target="rename.mingw.dll" inheritRefs="true"> - <param name="src" value="${obj.newt}/lib@{output.lib.name}.so" /> - <param name="dest" value="${obj.newt}/@{output.lib.name}.dll" /> - </antcall> - <gluegen.make.libsymbols builddir="${build}" nativelib="${obj.newt}/${native.library.prefix}@{output.lib.name}.${native.library.suffix}" symbolsfile="${obj.newt}/${native.library.prefix}@{output.lib.name}.symbols"/> |