OSX OpenGL Stuff

This commit is contained in:
Roger Hughston 2006-02-16 19:25:00 +00:00
parent e4a267db75
commit 524d41e92e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
// What additional flags should we pass to interrogate?
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
#define HAVE_GL 1
#define IS_OSX 1
// Is the platform big-endian (like an SGI workstation) or

View File

@ -482,7 +482,7 @@
#define GL_LIBS opengl32.lib glu32.lib
#elif $[OSX_PLATFORM]
#defer GL_IPATH
#defer GL_LPATH
#defer GL_LPATH /System/Library/Frameworks/OpenGL.framework/Libraries/
#defer GL_FRAMEWORK OpenGL
#defer GL_LIBS GL GLU
#else