diff options
author | marha <marha@users.sourceforge.net> | 2013-04-21 19:19:50 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-21 19:19:50 +0200 |
commit | 97c805b58a590c43f1347c3fd72fcb65207e24b4 (patch) | |
tree | 5379554bedaccf51da0998a9b910ba6970a8cb18 /apps/xrdb | |
parent | 7881fd026129572030688f07b54deab99669e7d0 (diff) | |
download | vcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.tar.gz vcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.tar.bz2 vcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.zip |
Added makefile for building xrdb
Diffstat (limited to 'apps/xrdb')
-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 + |