Changes for Mac OSX build, sent in by Bob Kuehne

This commit is contained in:
Robert Osfield
2002-04-24 20:04:34 +00:00
parent b2e6279178
commit 8f3debaf9b
3 changed files with 10 additions and 6 deletions

View File

@@ -1,9 +1,8 @@
TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
ReaderWriterQT.cpp\
QTtexture.cpp\
CXXFILES = ReaderWriterQT.cpp
CFILES = QTtexture.c
LIBS += $(QUICKTIME) $(OSG_LIBS) $(OTHER_LIBS)