From e49a9d4d24fb151d0f0499a22ffc1d51662f0181 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 19:59:13 +1000 Subject: Add extantz into the build and test framework. --- ClientHamr/extantz/build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 ClientHamr/extantz/build.sh (limited to 'ClientHamr/extantz/build.sh') diff --git a/ClientHamr/extantz/build.sh b/ClientHamr/extantz/build.sh new file mode 100755 index 0000000..9649947 --- /dev/null +++ b/ClientHamr/extantz/build.sh @@ -0,0 +1,11 @@ +export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig" + +echo "clean" +rm -f extantz crappisspuke.o extantz.edj +echo "edje" +edje_cc -id images extantz.edc extantz.edj +echo "Irrlicht" +#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 +g++ -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include $(pkg-config --cflags elementary) +echo "extantz" +gcc -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 -- cgit v1.1