diff options
| author | Manuel Traut <manut@vogone.traut> | 2009-12-26 12:54:57 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@vogone.traut> | 2009-12-26 12:54:57 +0100 |
| commit | 32494fc2b4d46d79e17c8ae32c42350e19edcc37 (patch) | |
| tree | 0aee3293b4d2bf36e74fb45bb4145add61f5f660 /build-python.sh | |
| parent | 6c31e34c238aaafd1d13ffae8f36f1b4eab08f06 (diff) | |
build: split java and python build
- split build scripts into java and python part
- enables building only python or java stuff
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'build-python.sh')
| -rwxr-xr-x | build-python.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-python.sh b/build-python.sh new file mode 100755 index 0000000..1fafda3 --- /dev/null +++ b/build-python.sh @@ -0,0 +1,4 @@ +# python stuff +cd src/YalpClients/EflClient +edje_cc yalp_gui.edc +omniidl -bpython ../../yalp.idl |
