View | Details | Raw Unified | Return to issue 17670
Collapse All | Expand All

(-)source/ui/dlg/odbcconfig.cxx (+5 lines)
Lines 84-93 Link Here
84
#define ODBC_UI_LIBRARY	"ODBCCP32.DLL"
84
#define ODBC_UI_LIBRARY	"ODBCCP32.DLL"
85
#endif
85
#endif
86
#ifdef UNX
86
#ifdef UNX
87
#ifdef MACOSX
88
#define ODBC_LIBRARY		"libiodbc.dylib"
89
#define ODBC_UI_LIBRARY		"libiodbcinst.dylib"
90
#else
87
#define ODBC_LIBRARY_1		"libodbc.so.1"
91
#define ODBC_LIBRARY_1		"libodbc.so.1"
88
#define ODBC_UI_LIBRARY_1	"libodbcinst.so.1"
92
#define ODBC_UI_LIBRARY_1	"libodbcinst.so.1"
89
#define ODBC_LIBRARY		"libodbc.so"
93
#define ODBC_LIBRARY		"libodbc.so"
90
#define ODBC_UI_LIBRARY		"libodbcinst.so"
94
#define ODBC_UI_LIBRARY		"libodbcinst.so"
95
#endif
91
#endif
96
#endif
92
97
93
// just to go with calling convention of windows
98
// just to go with calling convention of windows

Return to issue 17670