From f80a7e05b1b7a88ddfaaf697ce4115a52d49ebbc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Jul 2002 14:23:58 +0000 Subject: [PATCH] Added osgGA to the MIGNW makedefs. --- Make/makedefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 59e2fe78a..ab412ab5d 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -345,7 +345,7 @@ ifeq ($(OS),MINGW) LINKARGS = -W -Wall DYNAMICLIBRARYLIB = - OSG_LIBS = -losgGLUT -losgDB -losgUtil -losg + OSG_LIBS = -losgGLUT -losgGA -losgDB -losgUtil -losg GL_LIBS = -lglu32 -lopengl32 GLUT_LIB = -lglut32 $(GL_LIBS) X_LIBS = -lgdi32 -luser32