aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 19:59:13 +1000
committerDavid Walter Seikel2013-01-13 19:59:13 +1000
commite49a9d4d24fb151d0f0499a22ffc1d51662f0181 (patch)
treeb0718a4f3a81333f4a7f6d83cb34511558004ce6 /ClientHamr/extantz/build.sh
parentFixed some of the bit rot in LuaSL, it compiles now, but not working still. (diff)
downloadSledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.zip
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.gz
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.bz2
SledjHamr-e49a9d4d24fb151d0f0499a22ffc1d51662f0181.tar.xz
Add extantz into the build and test framework.
Diffstat (limited to '')
-rwxr-xr-xClientHamr/extantz/build.sh (renamed from ClientHamr/extantz/make.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/extantz/make.sh b/ClientHamr/extantz/build.sh
index 45694e6..9649947 100755
--- a/ClientHamr/extantz/make.sh
+++ b/ClientHamr/extantz/build.sh
@@ -1,6 +1,6 @@
1export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig" 1export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig"
2 2
3echo "rm" 3echo "clean"
4rm -f extantz crappisspuke.o extantz.edj 4rm -f extantz crappisspuke.o extantz.edj
5echo "edje" 5echo "edje"
6edje_cc -id images extantz.edc extantz.edj 6edje_cc -id images extantz.edc extantz.edj
@@ -8,4 +8,4 @@ echo "Irrlicht"
8#g++ -O3 -ffast-math crappisspuke.cpp -o crappisspuke -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include -L../../libraries/irrlicht-1.8/lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor && ./crappisspuke 8#g++ -O3 -ffast-math crappisspuke.cpp -o crappisspuke -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include -L../../libraries/irrlicht-1.8/lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor && ./crappisspuke
9g++ -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include $(pkg-config --cflags elementary) 9g++ -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include $(pkg-config --cflags elementary)
10echo "extantz" 10echo "extantz"
11gcc -g -DPACKAGE_DATA_DIR="\"$(pwd)\"" extantz.c crappisspuke.o -o extantz $(pkg-config --cflags --libs eo) $(pkg-config --cflags --libs ecore-x) $(pkg-config --cflags --libs elementary) $(pkg-config --cflags --libs ephysics) -L../../libraries/irrlicht-1.8/lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor && strip extantz && ./extantz 11gcc -g -DPACKAGE_DATA_DIR="\"$(pwd)\"" extantz.c crappisspuke.o -o extantz $(pkg-config --cflags --libs eo) $(pkg-config --cflags --libs ecore-x) $(pkg-config --cflags --libs elementary) $(pkg-config --cflags --libs ephysics) -L../../libraries/irrlicht-1.8/lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lXcursor && strip extantz