aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-04-21 19:19:50 +0200
committermarha <marha@users.sourceforge.net>2013-04-21 19:19:50 +0200
commit97c805b58a590c43f1347c3fd72fcb65207e24b4 (patch)
tree5379554bedaccf51da0998a9b910ba6970a8cb18 /apps
parent7881fd026129572030688f07b54deab99669e7d0 (diff)
downloadvcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.tar.gz
vcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.tar.bz2
vcxsrv-97c805b58a590c43f1347c3fd72fcb65207e24b4.zip
Added makefile for building xrdb
Diffstat (limited to 'apps')
-rw-r--r--apps/xrdb/makefile12
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
+