Added -losgText into txp plugin's GNUmakefile for OSX build.

This commit is contained in:
Robert Osfield
2003-09-10 12:26:54 +00:00
parent 514cbbf6f4
commit a01903ac41

View File

@@ -37,7 +37,7 @@ CXXFILES =\
INC += -I$(THISDIR)
LIBS += -losgSim $(OSG_LIBS) $(OTHER_LIBS)
LIBS += -losgSim -losgText $(OSG_LIBS) $(OTHER_LIBS)
PLUGIN_TARGET_BASENAME = txp
include $(TOPDIR)/Make/cygwin_plugin_def