Removed use osg OSG_LIBS, changing to just -losg and -losgDB.

This commit is contained in:
Robert Osfield
2006-09-21 08:56:19 +00:00
parent d4d3e9054e
commit dc57810d99

View File

@@ -78,7 +78,7 @@ CXXFILES =\
Viewport.cpp\
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losg -losgDB $(OTHER_LIBS)
TARGET_BASENAME = osg
include $(TOPDIR)/Make/cygwin_plugin_def