From 89afe995623e3122afe2f72010780e753d7cf8f8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 15 Apr 2002 19:12:39 +0000 Subject: [PATCH] Added Makefile.inst which was not added ealier with the check in osghud. --- src/Demos/osghud/Makefile.inst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Demos/osghud/Makefile.inst diff --git a/src/Demos/osghud/Makefile.inst b/src/Demos/osghud/Makefile.inst new file mode 100644 index 000000000..d77138d04 --- /dev/null +++ b/src/Demos/osghud/Makefile.inst @@ -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