Fixes to makefiles which have become a bit unhinged after MacOS X integration.
This commit is contained in:
parent
13ed25221a
commit
1594b762b4
@ -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
|
||||
|
@ -5,7 +5,7 @@ C++FILES = \
|
||||
ReaderWriterJPEG.cpp\
|
||||
|
||||
|
||||
TARGET_BASENAME = osgdb_jpg
|
||||
TARGET_BASENAME = osgdb_jpeg
|
||||
|
||||
TARGET_LIB_FILES = lib$(TARGET_BASENAME).$(SO_EXT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user