aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-02 09:12:57 +1000
committerDavid Walter Seikel2014-05-02 09:12:57 +1000
commitf59af398b6c49126b440a4f1879a36bed5ef3c64 (patch)
treef1167dd17d9b7b950f47d0cd87ab910125f84151 /src/extantz/build.lua
parentWhitespace++ (diff)
downloadSledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.zip
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.gz
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.bz2
SledjHamr-f59af398b6c49126b440a4f1879a36bed5ef3c64.tar.xz
Copy the Evas_3D demo stuff to extantz.
Diffstat (limited to 'src/extantz/build.lua')
-rwxr-xr-xsrc/extantz/build.lua3
1 files changed, 2 insertions, 1 deletions
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
23runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) 23runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS)
24runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS) 24runCommand(nil, dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c CDemo.cpp -o CDemo.o ' .. LDFLAGS)
25runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS) 25runCommand('extantz', dir, 'g++ ' .. CFLAGS .. ' -O3 -ffast-math -c extantzCamera.cpp -o extantzCamera.o ' .. LDFLAGS)
26runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' extantz.c crappisspuke.o CDemo.o extantzCamera.o -o ../../extantz ' .. LDFLAGS .. ' ' .. libs) 26runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' -c Evas_3D_demo.c -o Evas_3D_demo.o ' .. LDFLAGS)
27runCommand(nil, dir, 'gcc ' .. CFLAGS .. ' extantz.c crappisspuke.o CDemo.o extantzCamera.o Evas_3D_demo.o -o ../../extantz ' .. LDFLAGS .. ' ' .. libs)