diff options
author | Sven Gothel <[email protected]> | 2023-01-23 10:12:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-23 10:12:44 +0100 |
commit | 6a5e104d784a09c03525d4c40d83ad4696601a67 (patch) | |
tree | 1e0a17c1f9f21bac66b1a3d728e16030be13ce8f /make/build-jogl.xml | |
parent | bd2004b140f12afeb2e2337a1b426a212b1ba492 (diff) |
Remove Windows dll-rename, adopting to cpptasks.jar change
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"/> |