diff options
author | Sven Gothel <[email protected]> | 2023-01-23 10:13:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-23 10:13:10 +0100 |
commit | ba234c82a4b59faa18937afa37389bd0f442a141 (patch) | |
tree | c9b0d6370deb2e28c827427d261099814b0b4f8a /make/build.xml | |
parent | ca0cccff26bdaea3123446f99d97b3c9e7c7b4b8 (diff) |
Remove Windows dll-rename, adopting to cpptasks.jar changev2.4.0
Diffstat (limited to 'make/build.xml')
-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 69c18294..b07120f1 100644 --- a/make/build.xml +++ b/make/build.xml @@ -466,10 +466,6 @@ - Compile the native C code for JOCL. --> - <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" /> @@ -538,11 +534,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"/> |