]>
Commit | Line | Data |
---|---|---|
c7def858 JS |
1 | lib\watcom subdirectory |
2 | ----------------------- | |
3 | ||
4 | If odbc32.lib isn't supplied with your Watcom C++ compiler, | |
5 | you can use this one. If you find that the ODBC API changes | |
6 | and you get some unresolved SQL... references, add items to | |
7 | odbc.txt, put odbc32.dll in this directory, and then call | |
8 | makeit.bat in order to regenerate odbc32.lib. | |
9 | ||
10 | If you already have a suitable odbc32.dll, change the reference | |
11 | in src\makewat.env to the one you wish to use. | |
12 | ||
13 | Julian Smart, October 1999 |