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/evas/src/modules/engines/gl_common/shader/make-c-bin.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 libraries/evas/src/modules/engines/gl_common/shader/make-c-bin.sh (limited to 'libraries/evas/src/modules/engines/gl_common/shader/make-c-bin.sh') diff --git a/libraries/evas/src/modules/engines/gl_common/shader/make-c-bin.sh b/libraries/evas/src/modules/engines/gl_common/shader/make-c-bin.sh new file mode 100755 index 0000000..2902df6 --- /dev/null +++ b/libraries/evas/src/modules/engines/gl_common/shader/make-c-bin.sh @@ -0,0 +1,3 @@ +#!/bin/sh +od --width=4 -t x4 -v $1 | \ +awk '{ if (NF > 1) printf("0x%s, ", $2); L = L + 1; if (L > 5) { L = 0; printf("\n");}}' -- cgit v1.1