Added -losgGL2

This commit is contained in:
Robert Osfield
2003-10-06 08:53:56 +00:00
parent 672e431602
commit d3ae2ed90a

View File

@@ -10,7 +10,7 @@ CXXFILES =\
IO_Effect.cpp\
LIBS += -losgFX $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgFX -losgGL2 $(OSG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgFX
include $(TOPDIR)/Make/cygwin_plugin_def