Fixes to makefiles which have become a bit unhinged after MacOS X integration.

This commit is contained in:
Robert Osfield 2002-01-16 21:20:22 +00:00
parent 13ed25221a
commit 1594b762b4
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,9 @@ DIRS = osg rgb lib3ds flt obj lwo dw bmp pic tga osgtgz tgz zip
# comment in if you have Performer installed.
# DIRS += pfb
# comment in if you have Performer installed.
# comment in if you have Quicktime installed, i.e under Mac OS.
# if in this case then its likely you'll want to comment out the below
# png, jpeg, gif and tiff plugins.
# DIRS += quicktime
# comment in if you have libpng installed.
@ -16,7 +18,7 @@ DIRS += png
DIRS += jpeg
# comment in if you have libungif installed.
#DIRS += gif
DIRS += gif
# comment in if you have libtiff installed.
DIRS += tiff

View File

@ -5,7 +5,7 @@ C++FILES = \
ReaderWriterJPEG.cpp\
TARGET_BASENAME = osgdb_jpg
TARGET_BASENAME = osgdb_jpeg
TARGET_LIB_FILES = lib$(TARGET_BASENAME).$(SO_EXT)