Updated docs.

Fix to pfb Makefile for missing $.
This commit is contained in:
Robert Osfield
2002-04-26 13:45:01 +00:00
parent 06dc1a38df
commit 1f1d3b57fe
14 changed files with 48 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ CXXFILES =\
ConvertToPerformer.cpp\
ReaderWriterPFB.cpp\
LIBS += $(OSG_LIBS) $(PF_XTRA_LIBS) (OTHER_LIBS)
LIBS += $(OSG_LIBS) $(PF_XTRA_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = pfb
include $(TOPDIR)/Make/cygwin_plugin_def