diff options
author | Kenneth Russel <[email protected]> | 2003-07-31 22:33:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-31 22:33:39 +0000 |
commit | a73a3eb708cdbee936a5bc6f286c85f68e2c0e5f (patch) | |
tree | ef65ca399fc9f4633cd5d51ef351ccda6ca4c527 /make | |
parent | 82c7b240ff705dff23daaf843b02aa1796ec9323 (diff) |
Fixed bug pointed out by [email protected] where impl classes
weren't obeying the Imports .cfg file directive
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@42 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/glu-common.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg index adfba24a4..49290bdd3 100644 --- a/make/glu-common.cfg +++ b/make/glu-common.cfg @@ -9,9 +9,11 @@ NativeOutputDir ../build/gensrc/native/jogl HierarchicalNativeOutput false # -# Need to import New IO for Buffer classes +# Imports needed by all glue code # Import java.nio.* +Import net.java.games.jogl.* +Import net.java.games.jogl.impl.* # Raise GLException instead of RuntimeException in glue code RuntimeExceptionType GLException |