mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.Oracle: added default POSIX names for OCI libraries (libclntsh.so)
git-svn-id: svn://ultimatepp.org/upp/trunk@3755 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a483a0f9f7
commit
4e71ffdc56
3 changed files with 17 additions and 6 deletions
|
|
@ -16,7 +16,12 @@ typedef byte text;
|
|||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#define DLLFILENAME "ociw32.dll"
|
||||
#ifdef PLATFORM_WIN32
|
||||
#define DLLFILENAME "ociw32.dll"
|
||||
#else
|
||||
#define DLLFILENAME "libclntsh.so"
|
||||
#endif
|
||||
|
||||
#define DLIMODULE OCI7
|
||||
#define DLIHEADER <Oracle/Oci7.dli>
|
||||
#include <Core/dli_source.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue