2003-05-20 22:05:19 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgtexturerectangle.cpp\
|
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-05-20 22:05:19 +08:00
|
|
|
|
|
|
|
EXEC = osgtexturerectangle
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|