mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
23373acbb9
There is no need to compile our DLLs as shared libraries since we are managing symbols exports and imports through spec files. On my system, this reduces the configure-time by a factor of two. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
odbc32.rc | ||
odbc32.spec | ||
odbc32_ros.diff | ||
proxyodbc.c | ||
README.txt |
This stub odbc32.dll is based on the WINE odbc32 implementation except ours doesnt work. Someone will need to import Unix-ODBC in to ReactOS CVS and merge it with this implemenation. I only created this because MFC depends on odbc32.dll