aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/build.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 13:59:32 +1000
committerDavid Walter Seikel2014-04-22 13:59:32 +1000
commit5b6db32b857c6c55ab455af82a9043e157e08fe8 (patch)
tree7ad87e1a5488b739648d60d477d6d3f0e4b05b80 /ClientHamr/extantz/build.lua
parentWe don't need the testlua directory any more. (diff)
downloadSledjHamr-5b6db32b857c6c55ab455af82a9043e157e08fe8.zip
SledjHamr-5b6db32b857c6c55ab455af82a9043e157e08fe8.tar.gz
SledjHamr-5b6db32b857c6c55ab455af82a9043e157e08fe8.tar.bz2
SledjHamr-5b6db32b857c6c55ab455af82a9043e157e08fe8.tar.xz
Moved images to media, much better idea.
Diffstat (limited to 'ClientHamr/extantz/build.lua')
-rwxr-xr-xClientHamr/extantz/build.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/extantz/build.lua b/ClientHamr/extantz/build.lua
index baddae6..7e8c29c 100755
--- a/ClientHamr/extantz/build.lua
+++ b/ClientHamr/extantz/build.lua
@@ -17,9 +17,9 @@ CFLAGS = CFLAGS .. ' -I../../libraries/irrlicht-1.8.1/include -I/usr/X11R6/inc
17LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' 17LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux'
18libs = libs .. ' -lIrrlicht -lGL -lbz2' 18libs = libs .. ' -lIrrlicht -lGL -lbz2'
19 19
20removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', '../../images/extantz.edj'}) 20removeFiles(dir, {'extantz', 'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', '../../media/extantz.edj'})
21 21
22runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../images/extantz.edj') 22runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../media/extantz.edj')
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)