Added small library binaries to lib directory

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1999-10-24 15:09:54 +00:00
parent 5ae4432e86
commit c7def858e5
6 changed files with 77 additions and 0 deletions

BIN
lib/bcc16/ctl3dv2.lib Normal file

Binary file not shown.

BIN
lib/msvc15/ctl3dv2.lib Normal file

Binary file not shown.

1
lib/watcom/makeit.bat Executable file
View File

@ -0,0 +1 @@
wlib odbc32 @odbc.txt

63
lib/watcom/odbc.txt Normal file
View File

@ -0,0 +1,63 @@
++'_SQLAllocConnect@8'.'ODBC32.DLL'..SQLAllocConnect
++'_SQLAllocEnv@4'.'ODBC32.DLL'..SQLAllocEnv
++'_SQLAllocStmt@8'.'ODBC32.DLL'..SQLAllocStmt
++'_SQLBindCol@24'.'ODBC32.DLL'..SQLBindCol
++'_SQLCancel'.'ODBC32.DLL'..SQLCancel
++'_SQLColAttributes'.'ODBC32.DLL'..SQLColAttributes
++'_SQLConnect@28'.'ODBC32.DLL'..SQLConnect
++'_SQLDescribeCol@36'.'ODBC32.DLL'..SQLDescribeCol
++'_SQLDisconnect@4'.'ODBC32.DLL'..SQLDisconnect
++'_SQLError@32'.'ODBC32.DLL'..SQLError
++'_SQLExecDirect@12'.'ODBC32.DLL'..SQLExecDirect
++'_SQLExecute@4'.'ODBC32.DLL'..SQLExecute
++'_SQLFetch@4'.'ODBC32.DLL'..SQLFetch
++'_SQLFreeConnect@4'.'ODBC32.DLL'..SQLFreeConnect
++'_SQLFreeEnv@4'.'ODBC32.DLL'..SQLFreeEnv
++'_SQLFreeStmt@8'.'ODBC32.DLL'..SQLFreeStmt
++'_SQLGetCursorName'.'ODBC32.DLL'..SQLGetCursorName
++'_SQLNumResultCols@8'.'ODBC32.DLL'..SQLNumResultCols
++'_SQLPrepare@12'.'ODBC32.DLL'..SQLPrepare
++'_SQLRowCount'.'ODBC32.DLL'..SQLRowCount
++'_SQLSetCursorName'.'ODBC32.DLL'..SQLSetCursorName
++'_SQLSetParam'.'ODBC32.DLL'..SQLSetParam
++'_SQLTransact'.'ODBC32.DLL'..SQLTransact
++'_SQLColumns@36'.'ODBC32.DLL'..SQLColumns
++'_SQLDriverConnect'.'ODBC32.DLL'..SQLDriverConnect
++'_SQLGetConnectOption'.'ODBC32.DLL'..SQLGetConnectOption
++'_SQLGetData'.'ODBC32.DLL'..SQLGetData
++'_SQLGetFunctions'.'ODBC32.DLL'..SQLGetFunctions
++'_SQLGetInfo@20'.'ODBC32.DLL'..SQLGetInfo
++'_SQLGetStmtOption'.'ODBC32.DLL'..SQLGetStmtOption
++'_SQLGetTypeInfo'.'ODBC32.DLL'..SQLGetTypeInfo
++'_SQLParamData'.'ODBC32.DLL'..SQLParamData
++'_SQLPutData'.'ODBC32.DLL'..SQLPutData
++'_SQLSetConnectOption'.'ODBC32.DLL'..SQLSetConnectOption
++'_SQLSetStmtOption'.'ODBC32.DLL'..SQLSetStmtOption
++'_SQLSpecialColumns'.'ODBC32.DLL'..SQLSpecialColumns
++'_SQLStatistics'.'ODBC32.DLL'..SQLStatistics
++'_SQLTables@36'.'ODBC32.DLL'..SQLTables
++'_SQLBrowseConnect'.'ODBC32.DLL'..SQLBrowseConnect
++'_SQLColumnPrivileges'.'ODBC32.DLL'..SQLColumnPrivileges
++'_SQLDataSources@32'.'ODBC32.DLL'..SQLDataSources
++'_SQLDescribeParam'.'ODBC32.DLL'..SQLDescribeParam
++'_SQLExtendedFetch'.'ODBC32.DLL'..SQLExtendedFetch
++'_SQLForeignKeys@52'.'ODBC32.DLL'..SQLForeignKeys
++'_SQLMoreResults'.'ODBC32.DLL'..SQLMoreResults
++'_SQLNativeSql'.'ODBC32.DLL'..SQLNativeSql
++'_SQLNumParams'.'ODBC32.DLL'..SQLNumParams
++'_SQLParamOptions'.'ODBC32.DLL'..SQLParamOptions
++'_SQLPrimaryKeys@28'.'ODBC32.DLL'..SQLPrimaryKeys
++'_SQLProcedureColumns'.'ODBC32.DLL'..SQLProcedureColumns
++'_SQLProcedures'.'ODBC32.DLL'..SQLProcedures
++'_SQLSetPos'.'ODBC32.DLL'..SQLSetPos
++'_SQLSetScrollOptions'.'ODBC32.DLL'..SQLSetScrollOptions
++'_SQLTablePrivileges'.'ODBC32.DLL'..SQLTablePrivileges
++'_SQLSetStmtOption@12'.'ODBC32.DLL'..SQLSetStmtOption
++'_SQLGetStmtOption@12'.'ODBC32.DLL'..SQLGetStmtOption
++'_SQLExtendedFetch@20'.'ODBC32.DLL'..SQLExtendedFetch
++'_SQLBindParameter@40'.'ODBC32.DLL'..SQLBindParameter
++'_SQLGetData@24'.'ODBC32.DLL'..SQLGetData
++'_SQLSetConnectOption@12'.'ODBC32.DLL'..SQLSetConnectOption
++'_SQLGetTypeInfo@8'.'ODBC32.DLL'..SQLGetTypeInfo
++'_SQLTransact@12'.'ODBC32.DLL'..SQLTransact

BIN
lib/watcom/odbc32.lib Normal file

Binary file not shown.

13
lib/watcom/readme.txt Normal file
View File

@ -0,0 +1,13 @@
lib\watcom subdirectory
-----------------------
If odbc32.lib isn't supplied with your Watcom C++ compiler,
you can use this one. If you find that the ODBC API changes
and you get some unresolved SQL... references, add items to
odbc.txt, put odbc32.dll in this directory, and then call
makeit.bat in order to regenerate odbc32.lib.
If you already have a suitable odbc32.dll, change the reference
in src\makewat.env to the one you wish to use.
Julian Smart, October 1999