summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-22 00:26:44 +0000
committerKenneth Russel <[email protected]>2006-01-22 00:26:44 +0000
commitae26492c30051eb7c6c883b3c6397390f91afcae (patch)
tree4160bafed956bc8572091cb5431a31df1c214dd8 /make/build.xml
parent8d13e4a3fd50545def562749c2abe9f10372edaf (diff)
Cleaned up how declarations for Mac OS X window system wrapper
functions are specified. Now have their own header (which unfortunately could not be placed in the macosx stub_includes subdirectory due to build problems) in make/stub_includes/opengl/macosx-window-system.h. Deleted manual declarations for these functions from cgl-macosx.cfg. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@556 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 89c515a56..ef458a537 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -799,6 +799,8 @@
<sysincludepath path="${java.includes.dir.platform}"/>
<includepath path="stub_includes/opengl"/>
<includepath path="stub_includes/cg" if="c.compiler.use-cglib"/>
+ <!-- This must come last to not override real include paths -->
+ <!-- includepath path="stub_includes/macosx" if="isOSX" / -->
</compiler>
<linker extends="${linker.cfg.id}">