Added -losgText for OSX build.

This commit is contained in:
Robert Osfield
2003-09-10 12:04:17 +00:00
parent 252da5e5f9
commit 514cbbf6f4

View File

@@ -7,7 +7,7 @@ CXXFILES =\
IO_BlinkSequence.cpp\
IO_Sector.cpp
LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = osgSim
include $(TOPDIR)/Make/cygwin_plugin_def