diff options
Diffstat (limited to 'apps/xhost/makefile')
-rw-r--r-- | apps/xhost/makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/xhost/makefile b/apps/xhost/makefile new file mode 100644 index 000000000..328fe8ccf --- /dev/null +++ b/apps/xhost/makefile @@ -0,0 +1,18 @@ +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);) + +LINKLIBS += $(PTHREADLIB) + +CSRCS = xhost.c |