From 089a599fcf2ecca3d1581a12cd7521aaca6a0b0b Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Sat, 21 Nov 2009 18:52:50 +0100 Subject: buildscript: added python stuff - used to generate skeletons and stubs for python guis - generates edj file from EflGui edc Signed-off-by: Nicole Vreden --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 22a7030..76f0034 100755 --- a/build.sh +++ b/build.sh @@ -1 +1,7 @@ +# python stuff +cd src/YalpClients/EflClient +edje_cc yalp_gui.edc +omniidl -bpython ../../yalp.idl +cd ../../.. +# java stuff CLASSPATH=./lib/log4j-1.2.15.jar:./lib/commons-net-1.4.1.jar:./lib/postgresql-8.1-404.jdbc3.jar:./lib/yajil-0.3.3.jar:/usr/share/java/swt.jar ant $@ -- cgit v1.2.3