2005-03-13 09:47:46 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
OrientationConverter.cpp\
|
|
|
|
osgconv.cpp\
|
|
|
|
|
2007-01-10 22:56:22 +08:00
|
|
|
LIBS += -losgViewer -losgText -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
2005-03-13 09:47:46 +08:00
|
|
|
|
|
|
|
EXEC = osgconv
|
|
|
|
|
|
|
|
INSTFILES =\
|
|
|
|
$(CXXFILES)\
|
|
|
|
Makefile.inst=Makefile
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|