Add makekeys for creating keysym hash tables
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 14 Jan 2009 15:35:10 +0000 (07:35 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 19 Mar 2009 17:54:31 +0000 (10:54 -0700)
commit27fe8d1657f329068c574f1bc869dc725708f3af
treec1308ed606a5512bb39e84747be7f962a267b67f
parentb58a95d037d2b4c7b5b6166684d6670f381f55a2
Add makekeys for creating keysym hash tables

The makekeys utility is used to generate the keysym hash tables during
the build. We try to detect a build machine native compiler so the
tables can be generated when cross compiling.
Makefile.am
configure.ac
src/.gitignore [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/makekeys.c [new file with mode: 0644]