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.
25 lines
488 B
Makefile
25 lines
488 B
Makefile
TOPDIR = ../../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
AnisotropicLighting.cpp\
|
|
BumpMapping.cpp\
|
|
Cartoon.cpp\
|
|
Effect.cpp\
|
|
MultiTextureControl.cpp\
|
|
Registry.cpp\
|
|
Scribe.cpp\
|
|
SpecularHighlights.cpp\
|
|
Technique.cpp\
|
|
Validator.cpp\
|
|
|
|
LIBS += -losgFX -losg -losgIntrospection $(GL_LIBS) $(OTHER_LIBS)
|
|
|
|
OPTF = -O
|
|
|
|
TARGET_BASENAME = osgFX
|
|
include $(TOPDIR)/Make/cygwin_wrapper_def
|
|
WRAPPER = $(WRAPPER_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
|
|
|
include $(TOPDIR)/Make/makerules
|