Files
OpenSceneGraph/src/osgDB/Makefile
Robert Osfield e0074d7c44 Made the osgDB::ParamterOutput class so that it is purely defined in terms
of the header, and therefore not requiring to be exported.

Updated the MUSE_READ_ME.txt to include mention of syntax highlighting.
2003-01-15 20:50:12 +00:00

27 lines
464 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
DynamicLibrary.cpp\
FileNameUtils.cpp\
FileUtils.cpp\
ReadFile.cpp\
Registry.cpp\
Version.cpp\
WriteFile.cpp\
Input.cpp\
Output.cpp\
Field.cpp\
FieldReader.cpp\
FieldReaderIterator.cpp\
DotOsgWrapper.cpp\
LIBS += -losg $(OTHER_LIBS) $(DYNAMICLIBRARYLIB)
DEF += -DOSGDB_LIBRARY
TARGET_BASENAME = osgDB
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules