diff options
author | David Walter Seikel | 2014-05-24 12:16:20 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-24 12:16:20 +1000 |
commit | 79602a4b88e4b48922f64d8203524e921eb33b48 (patch) | |
tree | c93ff60095d1cbd819cd0cd4d3e74a591aa714fa /src/extantz | |
parent | Big include and libraries clean up. (diff) | |
download | SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.zip SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.gz SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.bz2 SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.xz |
Auto clean the files we build.
Diffstat (limited to 'src/extantz')
-rwxr-xr-x | src/extantz/build.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extantz/build.lua b/src/extantz/build.lua index 90caca5..c2990ff 100755 --- a/src/extantz/build.lua +++ b/src/extantz/build.lua | |||
@@ -17,8 +17,7 @@ CFLAGS = CFLAGS .. ' -I../../libraries/irrlicht-1.8.1/include -I/usr/X11R6/inc | |||
17 | LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' | 17 | LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' |
18 | libs = libs .. ' -lIrrlicht -lephysics -lGL -lbz2 -lGuiLua' | 18 | libs = libs .. ' -lIrrlicht -lephysics -lGL -lbz2 -lGuiLua' |
19 | 19 | ||
20 | removeFiles(dir, {'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', 'gears.o', 'ephysics_demo.o', 'Evas_3D_demo.o', '../../media/extantz.edj'}) | 20 | removeFiles(dir, {'crappisspuke.o', 'CDemo.o', 'extantzCamera.o', '../../media/extantz.edj'}) |
21 | removeFiles(dir, {'../../extantz', 'camera.o', 'files.o', 'scenri.o', 'woMan.o'}) | ||
22 | 21 | ||
23 | runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../media/extantz.edj') | 22 | runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../media/extantz.edj') |
24 | runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) | 23 | runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) |