aboutsummaryrefslogtreecommitdiff
path: root/apps/xhost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/xhost/makefile')
-rw-r--r--apps/xhost/makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/xhost/makefile b/apps/xhost/makefile
new file mode 100644
index 000000000..44579d289
--- /dev/null
+++ b/apps/xhost/makefile
@@ -0,0 +1,22 @@
+DEFINES += BAD_ARPAINET
+
+TTYAPP = xhost
+
+INCLUDELIBFILES = \
+ ..\common\$(OBJDIR)\common.lib \
+ $(MHMAKECONF)\libxcb\src\$(OBJDIR)\libxcb.lib \
+ $(MHMAKECONF)\libXau\$(OBJDIR)\libXau.lib \
+ $(MHMAKECONF)\libXmu\src\$(OBJDIR)\libXmu.lib \
+ $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib \
+
+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
+
+CSRCS = xhost.c