From 6d499041705c149816618bd4ae4cce2fd37f71cd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 19 Mar 2007 11:35:36 +0000 Subject: [PATCH] From Andreas Goebel, add -lgdi to GNUmakefile --- src/osgViewer/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgViewer/GNUmakefile b/src/osgViewer/GNUmakefile index 99328486d..ba5ce57bc 100644 --- a/src/osgViewer/GNUmakefile +++ b/src/osgViewer/GNUmakefile @@ -28,6 +28,7 @@ ifeq ($(OS),Darwin) else ifeq ($(OS),MINGW) CXXFILES += GraphicsWindowWin32.cpp + LIBS += -lgdi32 else ifeq ($(OS),CYGWIN) CXXFILES += GraphicsWindowWin32.cpp