diff options
author | David Walter Seikel | 2014-05-05 02:40:47 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-05 02:40:47 +1000 |
commit | e159a663602fdcdfd1d6cc89fe9b13f5f2a511b9 (patch) | |
tree | 4d4b9b8549320128a62ac1c825e0056a42783c34 | |
parent | fangWin -> winFang and related changes. (diff) | |
download | SledjHamr-e159a663602fdcdfd1d6cc89fe9b13f5f2a511b9.zip SledjHamr-e159a663602fdcdfd1d6cc89fe9b13f5f2a511b9.tar.gz SledjHamr-e159a663602fdcdfd1d6cc89fe9b13f5f2a511b9.tar.bz2 SledjHamr-e159a663602fdcdfd1d6cc89fe9b13f5f2a511b9.tar.xz |
Delete libwinFang.so on build.
-rwxr-xr-x | src/extantz/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/build.lua b/src/extantz/build.lua index 2b6d615..261c96f 100755 --- a/src/extantz/build.lua +++ b/src/extantz/build.lua | |||
@@ -18,7 +18,7 @@ LDFLAGS = LDFLAGS .. ' -L../../libraries/irrlicht-1.8.1/lib/Linux' | |||
18 | libs = libs .. ' -lIrrlicht -lGL -lbz2' | 18 | libs = libs .. ' -lIrrlicht -lGL -lbz2' |
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', 'gears.o', 'ephysics_demo.o', 'Evas_3D_demo.o', '../../media/extantz.edj'}) |
21 | removeFiles(dir, {'../../extantz', 'camera.o', 'winFang.o', 'chat.o', 'files.o', 'woMan.o'}) | 21 | removeFiles(dir, {'../../extantz', 'camera.o', 'winFang.o', lib_d .. '/libwinFang.so', 'chat.o', 'files.o', 'woMan.o'}) |
22 | 22 | ||
23 | runCommand('edje_cc', dir, 'edje_cc ' .. EDJE_FLAGS .. ' extantz.edc ../../media/extantz.edj') | 23 | 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) | 24 | runCommand('Irrlicht files', dir, 'g++ ' .. CFLAGS .. ' -ffast-math -c crappisspuke.cpp -o crappisspuke.o ' .. LDFLAGS) |