]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix another error
authorRudolf Polzer <divVerent@xonotic.org>
Mon, 16 May 2011 13:08:02 +0000 (15:08 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Mon, 16 May 2011 13:08:02 +0000 (15:08 +0200)
Makefile

index b0a1d4a27f13939635580c63a1b06c4ba21f821f..44460a7460243aa02f5416880db79c9ad934d07f 100644 (file)
--- 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