2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
CreateShadowedScene.cpp\
|
|
|
|
osgshadowtexture.cpp\
|
|
|
|
|
2007-01-11 05:05:26 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
EXEC = osgshadowtexture
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|