Added Makefile.inst which was not added ealier with the check in osghud.

This commit is contained in:
Robert Osfield
2002-04-15 19:12:39 +00:00
parent c984749457
commit 89afe99562

View File

@@ -0,0 +1,12 @@
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osghud.cpp\
LIBS += -losgText $(OSG_LIBS) $(FREETYPE_LIB) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osghud
include $(TOPDIR)/Make/makerules