blob: 02020d2ae1148259cb17099b129eadb09cdef537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml b/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
index 8b8b82e..ec39aeb 100755
--- a/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
+++ b/gluegen-2.1.4_rc01/make/gluegen-cpptasks-base.xml
@@ -1511,17 +1511,6 @@
- Helper strip.libraries for stripping off debug information
-->
<target name="gluegen.cpptasks.striplibs" depends="gluegen.cpptasks.initialize" if="c.strip.libraries">
- <echo message="Strip symbols from libs in ${libdir}" />
- <apply dir="${libdir}" executable="${c.strip.tool}" parallel="false"
- failonerror="true">
- <arg line="${c.strip.args}"/>
- <fileset dir="${libdir}">
- <include name="**/*.so"/> <!-- unix -->
- <include name="**/*.dll"/> <!-- windows -->
- <include name="**/*.dylib"/> <!-- macosx -->
- <include name="**/*.jnilib"/> <!-- macosx -->
- </fileset>
- </apply>
</target>
<!-- ================================================================== -->
|