From ee563ee5c30a06124220efe721039d476c99d52a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 27 Mar 2007 08:40:25 +0000 Subject: [PATCH] Added -lgdi32 to CYGWIN path --- src/osgViewer/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgViewer/GNUmakefile b/src/osgViewer/GNUmakefile index ba5ce57bc..c55b55de2 100644 --- a/src/osgViewer/GNUmakefile +++ b/src/osgViewer/GNUmakefile @@ -32,6 +32,7 @@ else else ifeq ($(OS),CYGWIN) CXXFILES += GraphicsWindowWin32.cpp + LIBS += -lgdi32 else CXXFILES += GraphicsWindowX11.cpp endif