aboutsummaryrefslogtreecommitdiff
path: root/xkbcomp/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-08-05 20:27:04 +0000
committermarha <marha@users.sourceforge.net>2010-08-05 20:27:04 +0000
commitc29011f2831315d3da9c4727c1e626d80520b97a (patch)
treeffa2ed8b1d69d46026787426c736ad865c50a8e0 /xkbcomp/makefile
parent9b26d3820455811cc00693a220b4d3a69356a8c7 (diff)
parentc115795736eb99a8f2288a06c231b9386f4d011f (diff)
downloadvcxsrv-c29011f2831315d3da9c4727c1e626d80520b97a.tar.gz
vcxsrv-c29011f2831315d3da9c4727c1e626d80520b97a.tar.bz2
vcxsrv-c29011f2831315d3da9c4727c1e626d80520b97a.zip
svn merge ^/branches/released .
Added xkeysymdb now here since it was removed from libx11. If it is removed the keyboard does not work well
Diffstat (limited to 'xkbcomp/makefile')
-rw-r--r--xkbcomp/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xkbcomp/makefile b/xkbcomp/makefile
index b7a64b0dd..63fff1928 100644
--- a/xkbcomp/makefile
+++ b/xkbcomp/makefile
@@ -53,3 +53,5 @@ LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype200b8MT.lib \
$(MHMAKECONF)\pthreads\pthreadVC2.lib
endif
+xkbparse.c xkbparse.h: xkbparse.y
+ bison -d -oxkbparse.c $<