diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-15 06:26:55 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-15 06:26:55 +0200 |
commit | 38932caf5224ad3d89974e866c08982230385e7a (patch) | |
tree | 5f0927a9eb2d4925beb162a6f16dc9d1409f7b8c /compilation | |
parent | 63147c6d884d4c17d58e9224855ec2d3fba6f616 (diff) |
Adding extra DLLs 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 0ed064c..4a4c43b 100755 --- a/compilation +++ b/compilation @@ -164,6 +164,9 @@ cd .. cp win32-dlls/* lua-interface-distrib/win32 +cp /usr/lib/gcc/i686-w64-mingw32/4.6/libgcc_s_sjlj-1.dll /usr/lib/gcc/i686-w64-mingw32/4.6/libstdc lua-interface-distrib/win32 +cp /usr/lib/gcc/i686-w64-mingw32/4.6/libgcc_s_sjlj-1.dll /usr/lib/gcc/i686-w64-mingw32/4.6/libstdc lua-interface-distrib/win32-light + ########################################## ## win32 version done - next is darwin9 ## |