From Andreas Goebel, add -lgdi to GNUmakefile

This commit is contained in:
Robert Osfield
2007-03-19 11:35:36 +00:00
parent c66252ca3a
commit 6d49904170

View File

@@ -28,6 +28,7 @@ ifeq ($(OS),Darwin)
else
ifeq ($(OS),MINGW)
CXXFILES += GraphicsWindowWin32.cpp
LIBS += -lgdi32
else
ifeq ($(OS),CYGWIN)
CXXFILES += GraphicsWindowWin32.cpp