From 392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 27 Jun 2012 09:14:14 +0200 Subject: libXmu is now a dll Exported variables in libX11 and libxcb should be declared with __declspec(dllimport) --- libXext/src/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libXext') diff --git a/libXext/src/makefile b/libXext/src/makefile index d2b006416..23d2a0946 100644 --- a/libXext/src/makefile +++ b/libXext/src/makefile @@ -5,6 +5,11 @@ INCLUDES := ..\include $(INCLUDES) INCLUDELIBFILES = \ $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib +LIBDIRS=$(dir $(INCLUDELIBFILES)) + +load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) + + CSRCS = \ DPMS.c \ MITMisc.c \ -- cgit v1.2.3