2003-06-25 05:57:13 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgprerendercubemap.cpp\
|
|
|
|
|
2007-01-10 21:52:22 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-06-25 05:57:13 +08:00
|
|
|
|
|
|
|
EXEC = osgprerendercubemap
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|