aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 16:18:11 +0100
committerSven Gothel <[email protected]>2020-01-02 16:18:11 +0100
commite2fe0fbf558da39f762df3779e120d1956e4c47c (patch)
tree767ce878bbf28452c01f345302caf6523b11007d
parent929ca42ab05e305de7af1caa5401f608626285a5 (diff)
native.tag.jar: include *.symbols
-rw-r--r--make/build-jogl.xml4
-rw-r--r--make/build-nativewindow.xml2
-rw-r--r--make/build-newt.xml2
-rw-r--r--make/build-oculusvr.xml2
-rw-r--r--make/build.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 84b422368..4be00781e 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1992,14 +1992,14 @@
nativejarfile="${build.jogl}/jogl-natives-${os.and.arch}.jar"
manifestfile="${build.jogl}/manifest-natives.mf"
module="opengl"
- includelibs="*.${native.library.suffix}"
+ includelibs="*.${native.library.suffix} *.symbols"
excludelibs="*jogl_cg.${native.library.suffix}" />
<native.tag.jar objdir="${obj.jogl}"
nativejarfile="${build.jogl}/jogl-cg-natives-${os.and.arch}.jar"
manifestfile="${build.jogl}/manifest-natives.mf"
module="cg"
- includelibs="*jogl_cg.${native.library.suffix}" />
+ includelibs="*jogl_cg.${native.library.suffix} *.symbols" />
</target>
<!-- ================================================================== -->
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 7f0057493..e123fdf29 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -1093,7 +1093,7 @@
nativejarfile="${build.nativewindow}/nativewindow-natives-${os.and.arch}.jar"
manifestfile="${build.nativewindow}/manifest-natives.mf"
module="nativewindow"
- includelibs="*.${native.library.suffix}" />
+ includelibs="*.${native.library.suffix} *.symbols" />
</target>
<!-- ================================================================== -->
diff --git a/make/build-newt.xml b/make/build-newt.xml
index ec3d95134..1dadb748a 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -1162,7 +1162,7 @@
nativejarfile="${build.newt}/newt-natives-${os.and.arch}.jar"
manifestfile="${build.newt}/manifest-natives.mf"
module="newt"
- includelibs="*.${native.library.suffix}" />
+ includelibs="*.${native.library.suffix} *.symbols" />
</target>
<!-- ================================================================== -->
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml
index 8466f9203..51c4cc239 100644
--- a/make/build-oculusvr.xml
+++ b/make/build-oculusvr.xml
@@ -731,7 +731,7 @@
nativejarfile="${build.oculusvr}/oculusvr-natives-${os.and.arch}.jar"
manifestfile="${build.oculusvr}/manifest-natives.mf"
module="oculusvr"
- includelibs="*oculusvr.${native.library.suffix}" />
+ includelibs="*oculusvr.${native.library.suffix} *.symbols" />
</target>
<!-- ================================================================== -->
diff --git a/make/build.xml b/make/build.xml
index 346a2f2a5..6f39c34c1 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -184,7 +184,7 @@
nativejarfile="${jar}/jogl-all-natives-${os.and.arch}.jar"
manifestfile="${build}/manifest-all-natives.mf"
module="opengl"
- includelibs="*.${native.library.suffix}"
+ includelibs="*.${native.library.suffix} *.symbols"
excludelibs="*jogl_cg.${native.library.suffix}" />
<!-- Produce duplicates for diff 'all' configuration, since non-native-jar aliasing (Bug 1023/Bug 1024) -->
<copy file="${jar}/jogl-all-natives-${os.and.arch}.jar" tofile="${jar}/jogl-all-noawt-natives-${os.and.arch}.jar" />