summaryrefslogtreecommitdiffstats
path: root/make/dynlink-macosx.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-15 22:39:33 +0000
committerKenneth Russel <[email protected]>2009-06-15 22:39:33 +0000
commit90bcb596e88898f807b39c9e7c85485ab8c006b6 (patch)
treecd8364c36dc0035fde6660808a803d28e69b3fbc /make/dynlink-macosx.cfg
parent9e979e542165358b5c3684078e193f9c706f1eab (diff)
Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX
on to trunk git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@146 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/dynlink-macosx.cfg')
-rwxr-xr-xmake/dynlink-macosx.cfg25
1 files changed, 0 insertions, 25 deletions
diff --git a/make/dynlink-macosx.cfg b/make/dynlink-macosx.cfg
deleted file mode 100755
index 8ba4c51..0000000
--- a/make/dynlink-macosx.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
-Style AllStatic
-JavaClass MacOSXDynamicLinkerImpl
-Package com.sun.gluegen.runtime
-Implements MacOSXDynamicLinkerImpl DynamicLinker
-JavaOutputDir ../src/java
-NativeOutputDir ../src/native/macosx
-HierarchicalNativeOutput false
-
-# Note that we can use the same CustomJavaCode as the unix
-# implementation, but some of the constants (e.g. RTLD_GLOBAL) resolve
-# to different values
-IncludeAs CustomJavaCode MacOSXDynamicLinkerImpl dynlink-unix-CustomJavaCode.java
-CustomCCode #include <dlfcn.h>
-CustomCCode #include </usr/include/machine/types.h>
-
-ArgumentIsString dlopen 0
-ArgumentIsString dlsym 1
-ReturnsString dlerror
-Opaque long void*
-
-# Hide the platform-specific functions
-AccessControl dlopen PRIVATE
-AccessControl dlsym PRIVATE
-AccessControl dlclose PRIVATE
-AccessControl dlerror PRIVATE