Fixes for IRIX build.

Fix for a warning under VisualStudio.NET.
This commit is contained in:
Robert Osfield
2002-04-25 22:09:28 +00:00
parent a1a1876875
commit 2bd20f5c6f
3 changed files with 10 additions and 3 deletions

View File

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