From ed313e36064fa9e308a5be13d510264004622b6e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 16 Feb 2010 09:43:44 +0000 Subject: [PATCH] * Oops, missed a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31db8f17..4332c8ce 100644 --- a/Makefile +++ b/Makefile @@ -499,7 +499,7 @@ ifeq ($(PLATFORM),mingw32) BINEXT=.exe - LIBS= -lws2_32 -lwinmm + LIBS= -lws2_32 -lwinmm -lpsapi CLIENT_LDFLAGS = -mwindows CLIENT_LIBS = -lgdi32 -lole32 -lopengl32