diff options
author | marha <marha@users.sourceforge.net> | 2011-03-06 18:47:53 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-06 18:47:53 +0000 |
commit | b6bc795c211112d5365ce3622a8aa0d1b0344dcf (patch) | |
tree | b64e47e0bf359d821e5699d4e52ab83074297606 /xorg-server/hw/xwin/xlaunch/makefile | |
parent | f027c29436a689abc94b720c2efebeddd449a61f (diff) | |
download | vcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.tar.gz vcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.tar.bz2 vcxsrv-b6bc795c211112d5365ce3622a8aa0d1b0344dcf.zip |
xlaunch now uses libxml2 (dependency on msxml is removed)
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/makefile')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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
|