From 739f12e70dc8fcedf104b13a4fc73c931942f5a1 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 18 Sep 2010 19:24:57 +0200 Subject: 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. --- compilation | 2 +- win32-dlls/oci.dll | Bin 987136 -> 0 bytes win32-dlls/oraocci11.dll | Bin 720896 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 win32-dlls/oci.dll delete mode 100644 win32-dlls/oraocci11.dll 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 deleted file mode 100644 index 5fcaafb..0000000 Binary files a/win32-dlls/oci.dll and /dev/null differ diff --git a/win32-dlls/oraocci11.dll b/win32-dlls/oraocci11.dll deleted file mode 100644 index 8688e18..0000000 Binary files a/win32-dlls/oraocci11.dll and /dev/null differ -- cgit v1.2.3