From f59af398b6c49126b440a4f1879a36bed5ef3c64 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 2 May 2014 09:12:57 +1000 Subject: Copy the Evas_3D demo stuff to extantz. --- src/extantz/build.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/extantz/build.lua') diff --git a/src/extantz/build.lua b/src/extantz/build.lua index 0bb2a0b..51551e9 100755 --- a/src/extantz/build.lua +++ b/src/extantz/build.lua @@ -23,4 +23,5 @@ runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../medi runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS) runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS) -runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' extantz.c crappisspuke.o CDemo.o extantzCamera.o -o ../../extantz ' .. LDFLAGS .. ' ' .. libs) +runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' -c Evas_3D_demo.c -o Evas_3D_demo.o ' .. LDFLAGS) +runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' extantz.c crappisspuke.o CDemo.o extantzCamera.o Evas_3D_demo.o -o ../../extantz ' .. LDFLAGS .. ' ' .. libs) -- cgit v1.1