Remove (Open)Watcom support.

This compiler is not being developed since several years and almost certainly
can't be used to build the current wxWidgets sources anyhow, so remove all
support for it, including a lot of extremely ugly workarounds for its bugs
with template functions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-05-16 13:01:06 +00:00
parent 36666a975f
commit 49b8d79c87
199 changed files with 115 additions and 50897 deletions

View File

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

View File

@@ -1,63 +0,0 @@
++'_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

Binary file not shown.

View File

@@ -1,13 +0,0 @@
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