Added '# LIBS += -limage' and explanation in comments to pfb Makefile,

submitted by Randall Hooper.
This commit is contained in:
Robert Osfield 2002-01-15 15:49:02 +00:00
parent 3671e77168
commit ff61505789

View File

@ -41,6 +41,10 @@ LIBS = -losg -losgDB \
-lpfvct\
-lpfdu -lpfutil -lpf
# comment in for PFB loader texture support on IRIX
# (note: you may need to build libimage.so from libimage.a)
# LIBS += -limage
TARGET_LOADER_FILES = osgPlugins/osgdb_pfb.$(SO_EXT)
C++FLAGS += -g -I../../../include