From: Rudolf Polzer Date: Mon, 16 May 2011 13:08:02 +0000 (+0200) Subject: fix another error X-Git-Tag: xonotic-v0.5.0~22 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=8ab31087a4ed439c81c695ac77129b39d6a12449;p=xonotic%2Fnetradiant.git fix another error --- diff --git a/Makefile b/Makefile index b0a1d4a2..44460a74 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ ifeq ($(OS),Win32) CPPFLAGS_COMMON += -DWIN32 -D_WIN32 -D_inline=inline CFLAGS_COMMON += -mms-bitfields LDFLAGS_DLL = --dll -Wl,--add-stdcall-alias - LIBS_COMMON = -lws2_32 -luser32 -lgdi32 + LIBS_COMMON = -lws2_32 -luser32 -lgdi32 -lole32 EXE ?= exe A = a DLL = dll