summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build.xml5
-rw-r--r--make/lib/cpptasks.jarbin379628 -> 379883 bytes
2 files changed, 2 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index ce904ea..1dc6595 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -480,6 +480,7 @@
<cc outtype="${output.lib.type}"
usehighleveltool="true"
+ writesoname="true"
objdir="${gluegen.lib.dir}"
outfile="${gluegen.lib.dir}/${output.lib.name}"
optimize="${c.compiler.optimise}"
@@ -515,9 +516,7 @@
<includepath path="${src.generated.c}/Windows" if="isWindows"/>
</compiler>
- <linker extends="${linker.cfg.id}" >
- <linkerarg value="-Wl,-soname,${output.lib.name.os}" />
- </linker>
+ <linker extends="${linker.cfg.id}" />
</cc>
diff --git a/make/lib/cpptasks.jar b/make/lib/cpptasks.jar
index 03672d7..63d27b6 100644
--- a/make/lib/cpptasks.jar
+++ b/make/lib/cpptasks.jar
Binary files differ