2003-08-27 05:17:22 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgfxbrowser.cpp\
|
|
|
|
Frame.cpp\
|
|
|
|
|
2007-01-07 05:35:57 +08:00
|
|
|
LIBS += -losgViewer -losgText -losgDB -losgText -losgUtil -losg -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-08-27 05:17:22 +08:00
|
|
|
|
|
|
|
EXEC = osgfxbrowser
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|