aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-14 23:31:40 +1000
committerDavid Walter Seikel2013-01-14 23:31:40 +1000
commitb99862ad9aefea58db9d844a3de4f4867f904129 (patch)
treea24204f8c586618c4edb36b9a59a056294150872 /ClientHamr/extantz
parentAdd viewers list. (diff)
downloadSledjHamr-b99862ad9aefea58db9d844a3de4f4867f904129.zip
SledjHamr-b99862ad9aefea58db9d844a3de4f4867f904129.tar.gz
SledjHamr-b99862ad9aefea58db9d844a3de4f4867f904129.tar.bz2
SledjHamr-b99862ad9aefea58db9d844a3de4f4867f904129.tar.xz
Don't use Irrlicht's built in png and jpeg libraries, they interfere with EFL's use of them. Also leaving out Irrlichts built in zlib and bzip, plus leaving out the GUI, since that's what EFL is fer.
Diffstat (limited to 'ClientHamr/extantz')
-rwxr-xr-xClientHamr/extantz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/build.sh b/ClientHamr/extantz/build.sh
index 9649947..528a522 100755
--- a/ClientHamr/extantz/build.sh
+++ b/ClientHamr/extantz/build.sh
@@ -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 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