aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-06 16:15:39 +1000
committerDavid Walter Seikel2016-02-06 16:15:39 +1000
commit8eaab964a0f5138bf77825acfed1d9f231051c19 (patch)
tree7a80dbf473a9f33ad9cdb2f742131cc16704b3e4 /src/LuaSL
parentSwitch to eina_quaternion, instead of the copy pasted, coz it's hidden, evas_... (diff)
downloadSledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.zip
SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.gz
SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.bz2
SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.xz
Create our home directories, if not already created.
Diffstat (limited to 'src/LuaSL')
-rwxr-xr-xsrc/LuaSL/build.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LuaSL/build.lua b/src/LuaSL/build.lua
index df002f6..dafcf5e 100755
--- a/src/LuaSL/build.lua
+++ b/src/LuaSL/build.lua
@@ -13,7 +13,6 @@ if 'nil' == type(dir) then
13 dir = workingDir 13 dir = workingDir
14end 14end
15 15
16
17removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) 16removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'})
18 17
19-- Build and run lemon first, flex depends on it to define the symbol values. 18-- Build and run lemon first, flex depends on it to define the symbol values.