diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-26 09:43:42 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-26 09:43:42 +0100 |
commit | 06a5ca2e89a856c7fdda21491515dd00279d113f (patch) | |
tree | dd9a0d223494ae55e9ea7c8cfb05aa73946ddf13 /compilation | |
parent | 47e4f1caf362b2ca97a39f540c6885683de1898f (diff) |
Making sure lua-interface-light can be turned into a self-builtin software.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilation b/compilation index fd35bc1..47892ba 100755 --- a/compilation +++ b/compilation @@ -147,5 +147,7 @@ mv lua-interface win32 mv win32-light lua-interface-light i586-mingw32msvc-strip --strip-unneeded lua-interface-light/* +i586-mingw32msvc-strip lua-interface-light/*.exe +rm lua-interface/lua-interface-light.dll zip -r lua-interface-win32-light.zip lua-interface-light mv lua-interface-light win32-light |