summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
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 $@