From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/ecore/src/util/mkks.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 libraries/ecore/src/util/mkks.sh (limited to 'libraries/ecore/src/util/mkks.sh') diff --git a/libraries/ecore/src/util/mkks.sh b/libraries/ecore/src/util/mkks.sh new file mode 100755 index 0000000..6669242 --- /dev/null +++ b/libraries/ecore/src/util/mkks.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +cat $* | awk 'BEGIN { \ + printf "/*\n * This file is generated from %s. Do not edit.\n */\n", \ + "$(INCLUDESRC)/keysymdef.h";\ +} \ +/^#define/ { \ + len = length($2)-3; \ + printf("{ \"%s\", %s },\n", substr($2,4,len), $3); \ +}' -- cgit v1.1