From e79d87982efa2a1a31b523068f3e0d0b156bc3aa Mon Sep 17 00:00:00 2001 From: Johannes Eder <eder@fortiss.org> Date: Sat, 2 Sep 2017 12:58:41 +0000 Subject: [PATCH] fixed native code loading or windows --- org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF b/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF index 45fa8999c..594fdf238 100644 --- a/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF +++ b/org.fortiss.tooling.graphicsGL.ui/trunk/META-INF/MANIFEST.MF @@ -31,6 +31,6 @@ Bundle-ClassPath: lib/lwjgl.jar, Bundle-NativeCode: lib/x64/liblwjgl.so ; lib/x64/libjemalloc.so ; osname = linux ; processor = x86_64, lib/x32/liblwjgl32.so ; lib/x32/libjemalloc32.so ; osname = linux ; processor = x86, lib/x64/liblwjgl.dylib ; lib/x64/libjemalloc.dylib ; osname = macosx ; processor = x86_64, - lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ; processor = x86_64 ; osname = Windows 8 ; osname = Windows8 ; osname = Win8 ; osname = Windows 8.1 ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64, + lib/x64/lwjgl.dll ; lib/x64/jemalloc.dll ; osname = win32 ; osname = "Windows 10"; processor = x86_64 ; osname = "Windows 7" ; osname = "Windows 8" ; osname = Windows8 ; osname = Win8 ; osname = "Windows 8.1" ; osname = Windows8.1 ; osname = Win8.1 ; ; processor = x86_64, lib/x32/lwjgl32.dll ; lib/x32/jemalloc32.dll ; osname = win32 ; processor = x86 Eclipse-BundleShape: dir -- GitLab