From b6bc795c211112d5365ce3622a8aa0d1b0344dcf Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 6 Mar 2011 18:47:53 +0000 Subject: xlaunch now uses libxml2 (dependency on msxml is removed) --- xorg-server/hw/xwin/xlaunch/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xorg-server/hw/xwin/xlaunch/makefile') diff --git a/xorg-server/hw/xwin/xlaunch/makefile b/xorg-server/hw/xwin/xlaunch/makefile index 63b37dd1b..489ad8d66 100644 --- a/xorg-server/hw/xwin/xlaunch/makefile +++ b/xorg-server/hw/xwin/xlaunch/makefile @@ -13,6 +13,8 @@ INCLUDELIBFILES = window\$(OBJDIR)\window.lib \ CSRCS=config.cc main.cc +INCLUDES += $(MHMAKECONF)\libxml2\include + WINAPP = xlaunch RESOURCES = resources.rc @@ -24,6 +26,8 @@ LIBDIRS=$(dir $(INCLUDELIBFILES)) load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) +LINKLIBS += $(MHMAKECONF)\libxml2\lib\libxml2.lib + ifeq ($(DEBUG),1) LINKLIBS += $(MHMAKECONF)\pthreads\pthreadVC2d.lib else -- cgit v1.2.3