Added -lgdi32 to CYGWIN path

This commit is contained in:
Robert Osfield
2007-03-27 08:40:25 +00:00
parent a77d3fe9d2
commit ee563ee5c3

View File

@@ -32,6 +32,7 @@ else
else
ifeq ($(OS),CYGWIN)
CXXFILES += GraphicsWindowWin32.cpp
LIBS += -lgdi32
else
CXXFILES += GraphicsWindowX11.cpp
endif