aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-08-03 22:29:48 +0000
committerKenneth Russel <[email protected]>2006-08-03 22:29:48 +0000
commit58b0fe2e8d6c225085e157ee3756ac39928c8de2 (patch)
tree3153f5b3daac5388b710f201cecbaa32f8538907 /make
parenta81208760031b1f1c7affe58c9237b755bd61173 (diff)
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
Diffstat (limited to 'make')
-rwxr-xr-xmake/cg-common-CustomJavaCode.java2
1 files changed, 1 insertions, 1 deletions
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. */