From Bob Kuehne, fix for AGL build of osgViewer

This commit is contained in:
Robert Osfield
2007-03-10 17:29:32 +00:00
parent 4aeec214c7
commit 4173095f0b

View File

@@ -16,6 +16,7 @@ CXXFILES = \
ifeq ($(OS),Darwin)
ifeq ($(USE_AGL),yes)
CXXFILES += GraphicsWindowCarbon.cpp
LIBS += -framework AGL
else
ifeq ($(USE_CGL),yes)
CXXFILES += GraphicsWindowCarbon.cpp