diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-10 19:06:41 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-10 19:06:41 +0200 |
commit | b7ccc41663ae4c644d9fced6be1137c946d544ff (patch) | |
tree | de0951fb9240035d160fdd5c9cb0150b051cd792 /compilation | |
parent | 798b04842902cb7aa4fa13ed6ad89f7e08cd6af1 (diff) |
Adding luaiup.dll to lua-interface-light, and removing unnecessary lua-interface-light.dll.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilation b/compilation index 3282ef2..fece84b 100755 --- a/compilation +++ b/compilation @@ -234,6 +234,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-light/lua-interface-light.dll zip -r lua-interface-win32-light.zip lua-interface-light mv lua-interface-light win32-light |