aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/extantz/make.sh')
-rwxr-xr-xClientHamr/extantz/make.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/ClientHamr/extantz/make.sh b/ClientHamr/extantz/make.sh
index 2c729b8..45694e6 100755
--- a/ClientHamr/extantz/make.sh
+++ b/ClientHamr/extantz/make.sh
@@ -1,3 +1,11 @@
1gcc -g -DPACKAGE_DATA_DIR="\"$(pwd)\"" extantz.c -o extantz $(pkg-config --cflags --libs elementary) && ./extantz 1export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig"
2
3 2
3echo "rm"
4rm -f extantz crappisspuke.o extantz.edj
5echo "edje"
6edje_cc -id images extantz.edc extantz.edj
7echo "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
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"
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