diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-18 19:24:57 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-18 19:24:57 +0200 |
commit | 739f12e70dc8fcedf104b13a4fc73c931942f5a1 (patch) | |
tree | 37525a255c2abdf26e40f674bcf72bece3485261 | |
parent | ed53eaf621fbe33701035f6f282c24e131b5a35b (diff) |
Removing oracle's dll - much more is needed actually, so better get the instantclient 11g and merge lua-interface in it if you want to use LuaOCCI.
-rwxr-xr-x | compilation | 2 | ||||
-rw-r--r-- | win32-dlls/oci.dll | bin | 987136 -> 0 bytes | |||
-rw-r--r-- | win32-dlls/oraocci11.dll | bin | 720896 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/compilation b/compilation index 0f8b311..85c7b4b 100755 --- a/compilation +++ b/compilation @@ -229,7 +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/oraocci11.dll ../win32-dlls/oci.dll lua-interface +cp ../win32-dlls/OCCI-MSVCgateway.dll zip -r lua-interface-win32.zip lua-interface mv lua-interface win32 diff --git a/win32-dlls/oci.dll b/win32-dlls/oci.dll Binary files differdeleted file mode 100644 index 5fcaafb..0000000 --- a/win32-dlls/oci.dll +++ /dev/null diff --git a/win32-dlls/oraocci11.dll b/win32-dlls/oraocci11.dll Binary files differdeleted file mode 100644 index 8688e18..0000000 --- a/win32-dlls/oraocci11.dll +++ /dev/null |