aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/make.sh
blob: 45694e6e72b2fd50e2903e41e4eedcac4716671c (plain)
1
2
3
4
5
6
7
8
9
10
11
export PKG_CONFIG_PATH="/opt/e17/lib/pkgconfig"

echo "rm"
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 && ./extantz