aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-20 03:43:55 +1000
committerDavid Walter Seikel2013-01-20 03:43:55 +1000
commit59089447482b286d26516fe12ac4e66344ab8c04 (patch)
tree5d2183dddaaac4f62e6f671ed43d5428c1f65753 /ClientHamr/extantz/build.sh
parentUse ambient light instead of material light. (diff)
downloadSledjHamr-59089447482b286d26516fe12ac4e66344ab8c04.zip
SledjHamr-59089447482b286d26516fe12ac4e66344ab8c04.tar.gz
SledjHamr-59089447482b286d26516fe12ac4e66344ab8c04.tar.bz2
SledjHamr-59089447482b286d26516fe12ac4e66344ab8c04.tar.xz
Pull in the Irrlicht CDemo code for the next stage of development.
Diffstat (limited to '')
-rwxr-xr-xClientHamr/extantz/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ClientHamr/extantz/build.sh b/ClientHamr/extantz/build.sh
index 528a522..e29416c 100755
--- a/ClientHamr/extantz/build.sh
+++ b/ClientHamr/extantz/build.sh
@@ -7,5 +7,6 @@ edje_cc -id images extantz.edc extantz.edj
7echo "Irrlicht" 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 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)
10g++ -O3 -ffast-math -c CDemo.cpp -o CDemo.o -I../../libraries/irrlicht-1.8/include -I/usr/X11R6/include $(pkg-config --cflags elementary)
10echo "extantz" 11echo "extantz"
11gcc -g -DPACKAGE_BIN_DIR="\"$(pwd)\"" -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 -lpng -ljpeg -lbz2 && strip extantz 12gcc -g -DPACKAGE_BIN_DIR="\"$(pwd)\"" -DPACKAGE_DATA_DIR="\"$(pwd)\"" extantz.c crappisspuke.o CDemo.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 -lpng -ljpeg -lbz2 && strip extantz