aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-06 15:34:35 +0000
committermarha <marha@users.sourceforge.net>2009-11-06 15:34:35 +0000
commitaadbba08d10065b0104b83084245f41a3e704c41 (patch)
tree3cf349995b3d9fc9e3c0956fdec94b2c84e9f7ce /xkbcomp
parent644f187f8844c573ec9920de33b47892266c6457 (diff)
downloadvcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.gz
vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.bz2
vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.zip
Added xclock and xcalc to system menu.
Diffstat (limited to 'xkbcomp')
-rw-r--r--xkbcomp/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index 89435e112..b7a64b0dd 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -15,7 +15,11 @@ LIBDIRS=$(dir $(INCLUDELIBFILES))
load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);)
+ifeq $(DEBUG),1
TTYAPP = xkbcomp
+else
+WINAPP = xkbcomp
+endif
DEFINES += DFLT_XKB_CONFIG_ROOT="\".\""