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