forked from brianb/FreeTDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Windows
29 lines (20 loc) · 835 Bytes
/
README.Windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
README for FreeTDS
This readme provide specific informations for Windows environment.
Please read README file for generic intro.
FROM SCRATCH
------------
FreeTDS compile with ANSI strings.
All libraries have them directory where you can include every C file you find
inside (not recursively)
- replacements
- tds here there is an exception, do not include ptw32_MCS_lock.c file
- dblib
- ctlib
- odbc
All libraries depends in replacements one (except replacements obviously),
dblib, ctlib and odbc depends on tds.
You should add ws2_32.lib do dependencies.
replacements and TDS library are designed to be static libraries.
You have to define UNIXODBC macro (for ODBC stuff).
Also you need to include win32 and include directory (in this order!)
These instructions should suffice in order to set up any project file you need.