OpenSceneGraph/examples/osgarchive/GNUmakefile.inst

14 lines
208 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgarchive.cpp\
2004-10-27 02:36:47 +08:00
LIBS += -losgDB losgUtil -losg $(X_LIBS) $(OTHER_LIBS)
EXEC = osgarchive
INC += $(X_INC)
include $(TOPDIR)/Make/makerules