diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/make/build.xml b/make/build.xml index dc14668..7117860 100644 --- a/make/build.xml +++ b/make/build.xml @@ -434,12 +434,6 @@ <target name="c.configure" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler,declare.win32,declare.linux,declare.android,declare.solaris,declare.macosx,declare.ios.amd64,declare.ios.arm64,declare.freebsd,declare.hpux,gluegen.cpptasks.configure.compiler" /> - <target name="c.rename.lib.mingw" if="isMingW"> - <!-- 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 --> - <move file="${build}/obj/libgluegen_rt.so" tofile="${build}/obj/gluegen_rt.dll" /> - </target> - <target name="c.manifest" if="isVC8Family"> <!-- exec mt, the Microsoft Manifest Tool, to include DLL manifests in order to resolve the location of msvcr80.dll --> <msvc.manifest objdir="${build}/obj" dllname="gluegen_rt" /> @@ -520,8 +514,6 @@ </cc> - <antcall target="c.rename.lib.mingw" inheritRefs="true" /> - <gluegen.make.libsymbols builddir="${build}" nativelib="${gluegen.lib.dir}/${output.lib.name.os}" symbolsfile="${gluegen.lib.dir}/${native.library.prefix}${output.lib.name}.symbols" /> |