X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-gfx;a=blobdiff_plain;f=Makefile;h=91bf8b6c7c69a1d923ebc5a1726f1c79fcf37881;hp=cf2a010f3990821ca37a26bd252050d6b86064db;hb=bc47a2e646f7045437ae615127125d906656da2c;hpb=5ea3ab5302b95500424d61eab0dda97e98cc53d8 diff --git a/Makefile b/Makefile index cf2a010..91bf8b6 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/') ifeq ($(sys), mingw) src += test_win.c CFLAGS += -DBUILD_WIN32 + LDFLAGS += -lgdi32 else src += test_x11.c CFLAGS += -DBUILD_X11