diff options
author | David Walter Seikel | 2012-02-22 02:08:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-22 02:08:13 +1000 |
commit | db07db3f6cdec03e9c16142c8e6a9d49801c5ae1 (patch) | |
tree | 25bf48e6b816cbb5a9c1fa202c8b2e465a35feb3 /.gitignore | |
parent | More commentry about how to make constants.lsl go away, and a little bit of c... (diff) | |
download | SledjHamr-db07db3f6cdec03e9c16142c8e6a9d49801c5ae1.zip SledjHamr-db07db3f6cdec03e9c16142c8e6a9d49801c5ae1.tar.gz SledjHamr-db07db3f6cdec03e9c16142c8e6a9d49801c5ae1.tar.bz2 SledjHamr-db07db3f6cdec03e9c16142c8e6a9d49801c5ae1.tar.xz |
Create constants.lsl at run time from LSL.lua, and use the same infrastructure to generate calls for OpenSim to deal with.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ libraries/lemon/lemon | |||
13 | LuaSL/LuaSL | 13 | LuaSL/LuaSL |
14 | LuaSL/LuaSL_test | 14 | LuaSL/LuaSL_test |
15 | LuaSL/LuaSL_parser | 15 | LuaSL/LuaSL_parser |
16 | LuaSL/constants.lsl | ||
16 | LuaSL/src/LuaSL_lemon_yaccer.c | 17 | LuaSL/src/LuaSL_lemon_yaccer.c |
17 | LuaSL/src/LuaSL_lemon_yaccer.h | 18 | LuaSL/src/LuaSL_lemon_yaccer.h |
18 | LuaSL/src/LuaSL_lemon_yaccer.out | 19 | LuaSL/src/LuaSL_lemon_yaccer.out |