diff options
author | Sven Gothel <[email protected]> | 2023-01-23 10:12:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-23 10:12:12 +0100 |
commit | bfba3d564cfb53ea879d5050abf0384c5f438c20 (patch) | |
tree | db80c46f1612c929c17035c53ac3ec51e9e43667 | |
parent | b420bdc90195bf952050a77d3b6fb33497bb3590 (diff) |
Remove Windows dll-rename, adopting to cpptasks.jar changev2.4.0
-rwxr-xr-x | make/build.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/make/build.xml b/make/build.xml index 313c20a..871868b 100755 --- a/make/build.xml +++ b/make/build.xml @@ -381,10 +381,6 @@ - Compile the native C code for JOAL. --> - <target name="rename.mingw.dll" if="isMingW"> - <move file="${src}" tofile="${dest}" /> - </target> - <macrodef name="c.build"> <attribute name="compiler.cfg.id" /> <attribute name="linker.cfg.id" /> @@ -443,11 +439,6 @@ <linker extends="@{linker.cfg.id}" /> </cc> - <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" /> - </antcall> - <gluegen.make.libsymbols builddir="${build}" nativelib="${obj}/${native.library.prefix}@{output.lib.name}.${native.library.suffix}" symbolsfile="${obj}/${native.library.prefix}@{output.lib.name}.symbols"/> |