#ifdef __APPLE__ #include <OpenGL/gl.h> #include <OpenGL/glu.h> #else #include <GL/gl.h> #include <GL/glu.h> #endif |
LDLIBS = -L/usr/local/lib/ -framework Carbon -framework ApplicationServices -lsupc++ GLDLIBS = -framework AGL -framework OpenGL LDFLAGS = $(LDLIBS) $(GLDLIBS) -lfltk_gl -lfltk -lm |
This page is no longer maintained - if the information contained within it is helpful - great - otherwise, continue searching.