diff options
author | David Walter Seikel | 2013-01-27 11:14:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-27 11:14:07 +1000 |
commit | c257de7abf3ee9aeda2230f80bde2af88fb04a9f (patch) | |
tree | 3cfc1c677abf140a8a45c6ab0a1b08b4d486b5cf | |
parent | Revert to original camera position and collider. (diff) | |
download | SledjHamr-c257de7abf3ee9aeda2230f80bde2af88fb04a9f.zip SledjHamr-c257de7abf3ee9aeda2230f80bde2af88fb04a9f.tar.gz SledjHamr-c257de7abf3ee9aeda2230f80bde2af88fb04a9f.tar.bz2 SledjHamr-c257de7abf3ee9aeda2230f80bde2af88fb04a9f.tar.xz |
Clean up the rest of the object files.
Diffstat (limited to '')
-rwxr-xr-x | ClientHamr/extantz/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/build.sh b/ClientHamr/extantz/build.sh index d9c386a..6f0d2db 100755 --- a/ClientHamr/extantz/build.sh +++ b/ClientHamr/extantz/build.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig" | 1 | export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig" |
2 | 2 | ||
3 | echo "clean" | 3 | echo "clean" |
4 | rm -f extantz crappisspuke.o extantz.edj | 4 | rm -f extantz crappisspuke.o CDemo.o extantzCamera.o extantz.edj |
5 | echo "edje" | 5 | echo "edje" |
6 | edje_cc -id images extantz.edc extantz.edj | 6 | edje_cc -id images extantz.edc extantz.edj |
7 | echo "Irrlicht" | 7 | echo "Irrlicht" |