2004-04-19 00:15:49 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgsimplifier.cpp\
|
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2004-04-19 00:15:49 +08:00
|
|
|
|
|
|
|
EXEC = osgsimplifier
|
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|