diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 08:38:39 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-12-08 08:38:39 +0100 |
commit | 80e456dbcd9a01793e0d61adbf71e18e66cb213c (patch) | |
tree | 2d7a94cf273b37f42051b20014e02925599122af /compilation | |
parent | 8f0bfe11ef5e91f78c6c1805e5c185ef96d20f83 (diff) |
Adding missing files to the darwin9 package.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compilation b/compilation index 3251d90..f7bada9 100755 --- a/compilation +++ b/compilation @@ -183,9 +183,11 @@ cd .. 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 lua-interface/lua-interface.lua lua-interface-distrib/darwin9 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 +cp PSX-Bundle/COPYING Baltisot/AUTHORS lua-interface-distrib/darwin9 cp lua-interface-distrib/win32/luacd.dll lua-interface-distrib/win32-light cp lua-interface-distrib/win32/luapsx.dll lua-interface-distrib/win32-light cp lua-interface-distrib/win32/pthreadGC2.dll lua-interface-distrib/win32-light @@ -211,5 +213,6 @@ mv lua-interface-light win32-light mv darwin9 lua-interface i686-apple-darwin9-strip -x lua-interface/* +rm lua-interface/lua-interface-mesa.dylib zip -r lua-interface-darwin9.zip lua-interface mv lua-interface darwin9 |