diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-08 07:54:39 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-08 07:54:39 +0100 |
commit | 85992d8f7b7d2b59f53495fdfed67abc522466aa (patch) | |
tree | 8abbb94f3c772a6b229e584a007a793122aaa126 /compilation | |
parent | 902e86f9cad65bc9da41a0d0e22fd270cc60c1fb (diff) |
Adding lua-interface.lua to the distributions...
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compilation b/compilation index 8bb4381..c30cc8a 100755 --- a/compilation +++ b/compilation @@ -121,6 +121,9 @@ cd .. cp win32-dlls/* lua-interface-distrib/win32 +cp lua-interface/lua-interface.lua lua-interface-distrib/linux +cp lua-interface/lua-interface.lua lua-interface-distrib/win32 +cp lua-interface/lua-interface.lua lua-interface-distrib/win32-light cp PSX-Bundle/COPYING Baltisot/AUTHORS lua-interface-distrib/linux cp PSX-Bundle/COPYING Baltisot/AUTHORS lua-interface-distrib/win32 cp PSX-Bundle/COPYING Baltisot/AUTHORS lua-interface-distrib/win32-light |