diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-17 02:59:30 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-17 02:59:30 +0200 |
commit | f9c0acc4ad73db66afe2bef723a6e5b339fbe78f (patch) | |
tree | 3e363c50ab2a2c115331cd2414cbca250a0e95ab /compilation | |
parent | f54dec8142036239ee1dd400c67ee455af8225a7 (diff) |
Avoid breaking oracle's DLLs when stripping.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilation b/compilation index 8c95c28..192931f 100755 --- a/compilation +++ b/compilation @@ -229,6 +229,7 @@ mv lua-interface linux mv win32 lua-interface i586-mingw32msvc-strip --strip-unneeded lua-interface/* +cp ../win32-dlls/OCCI-MSVCgateway.dll ../win32-dlls/oracell11.dll ../win32-dlls/oci.dll lua-interface zip -r lua-interface-win32.zip lua-interface mv lua-interface win32 |