diff options
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index d792831fd..79e16933c 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1525,10 +1525,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> - <!-- Only compile the ffmpeg version depending source files against their respective header files! We do not use the resulting static libraries directly, @@ -1742,13 +1738,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.jogl}/lib@{output.lib.name}.so" /> - <param name="dest" value="${obj.jogl}/@{output.lib.name}.dll" /> - </antcall> - <gluegen.make.libsymbols builddir="${build}" nativelib="${obj.jogl}/${native.library.prefix}@{output.lib.name}.${native.library.suffix}" symbolsfile="${obj.jogl}/${native.library.prefix}@{output.lib.name}.symbols"/> |