From de54c5b749b3eefb75d420840c889533a58aa342 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 24 Jul 2013 14:25:51 +0200 Subject: 64-bit compilation now compiles and runs --- libxcb/src/makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libxcb') diff --git a/libxcb/src/makefile b/libxcb/src/makefile index c73c814ee..d76306138 100644 --- a/libxcb/src/makefile +++ b/libxcb/src/makefile @@ -13,11 +13,7 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) -ifeq ($(DEBUG),1) -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib -else -LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2.lib -endif +LINKLIBS += $(PTHREADLIB) XCBPROTO_XCBINCLUDEDIR = ..\xcb-proto\src -- cgit v1.2.3