diff options
-rw-r--r-- | apps/xrdb/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/xrdb/makefile b/apps/xrdb/makefile new file mode 100644 index 000000000..ca16db238 --- /dev/null +++ b/apps/xrdb/makefile @@ -0,0 +1,12 @@ +TTYAPP = xrdb + +INCLUDELIBFILES = \ + $(MHMAKECONF)\libXmu\src\$(OBJDIR)\libXmu.lib \ + $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib + +LIBDIRS=$(dir $(INCLUDELIBFILES)) + +load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) + +CSRCS = xrdb.c + |