From 58b0fe2e8d6c225085e157ee3756ac39928c8de2 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 3 Aug 2006 22:29:48 +0000 Subject: Fixed Cg-related build breakage on all platforms after introduction of com.sun.gluegen.runtime.NativeLibLoader class git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@873 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/cg-common-CustomJavaCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/cg-common-CustomJavaCode.java') diff --git a/make/cg-common-CustomJavaCode.java b/make/cg-common-CustomJavaCode.java index 63afdb65d..1f109d9f6 100755 --- a/make/cg-common-CustomJavaCode.java +++ b/make/cg-common-CustomJavaCode.java @@ -1,5 +1,5 @@ static { - NativeLibLoader.loadCgImpl(); + com.sun.opengl.impl.NativeLibLoader.loadCgImpl(); } /** A convenience method which reads all available data from the InputStream and then calls cgCreateProgram. */ -- cgit v1.2.3