2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
base.cpp\
|
|
|
|
GliderManipulator.cpp\
|
|
|
|
osghangglide.cpp\
|
|
|
|
hat.cpp\
|
|
|
|
ReaderWriterFLY.cpp\
|
|
|
|
sky.cpp\
|
|
|
|
tank.cpp\
|
|
|
|
terrain.cpp\
|
|
|
|
trees.cpp\
|
|
|
|
|
2006-12-27 04:26:16 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
EXEC = osghangglide
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|