eb4ad4229f
Clean up the source for remaining references to osgProducer/Producer.
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgfxbrowser.cpp\
|
|
Frame.cpp\
|
|
|
|
LIBS += -losgViewer -losgText -losgDB -losgText -losgUtil -losg -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgfxbrowser
|
|
|
|
include $(TOPDIR)/Make/makerules
|