Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
and osgProducer to osgWrappers directory.
Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim,
but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile
errors. I am assuming that these compilers are fixable so I'm checked all the
source code so that members of the community can help fix them.
2005-05-09 18:17:56 +08:00
|
|
|
TOPDIR = ../../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
Archive.cpp\
|
|
|
|
DatabasePager.cpp\
|
|
|
|
DotOsgWrapper.cpp\
|
|
|
|
DynamicLibrary.cpp\
|
|
|
|
Field.cpp\
|
|
|
|
FieldReader.cpp\
|
|
|
|
FieldReaderIterator.cpp\
|
|
|
|
FileUtils.cpp\
|
|
|
|
ImageOptions.cpp\
|
|
|
|
Input.cpp\
|
|
|
|
Output.cpp\
|
|
|
|
ParameterOutput.cpp\
|
|
|
|
ReaderWriter.cpp\
|
|
|
|
ReentrantMutex.cpp\
|
|
|
|
Registry.cpp\
|
|
|
|
SharedStateManager.cpp\
|
|
|
|
|
2005-07-16 05:47:11 +08:00
|
|
|
LIBS += -losgDB -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
and osgProducer to osgWrappers directory.
Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim,
but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile
errors. I am assuming that these compilers are fixable so I'm checked all the
source code so that members of the community can help fix them.
2005-05-09 18:17:56 +08:00
|
|
|
|
|
|
|
OPTF = -O
|
|
|
|
|
|
|
|
TARGET_BASENAME = osgDB
|
|
|
|
include $(TOPDIR)/Make/cygwin_wrapper_def
|
|
|
|
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|