2003-03-10 20:06:17 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2007-01-10 21:52:22 +08:00
|
|
|
osgreflect.cpp\
|
2003-03-10 20:06:17 +08:00
|
|
|
|
2007-01-10 21:52:22 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-10 20:06:17 +08:00
|
|
|
|
2007-01-10 21:52:22 +08:00
|
|
|
EXEC = osgreflect
|
2003-03-15 04:35:45 +08:00
|
|
|
|
2003-03-10 20:06:17 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|