-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathREADME.Windows
More file actions
32 lines (21 loc) · 885 Bytes
/
README.Windows
File metadata and controls
32 lines (21 loc) · 885 Bytes
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
29
30
31
32
README for FreeTDS
==================
This readme provide specific information for Windows environment.
Please read README file for generic intro.
FROM SCRATCH
------------
These instructions should suffice in order to set up any project file you need.
1. FreeTDS compile with ANSI strings.
2. Every library have a proper directory where you can include every C file you find
inside (not recursively)
* replacements here there is an exception, do not include ptw32_MCS_lock.c file
* tds
* dblib
* ctlib
* odbc
3. All libraries depends on replacements one (except replacements obviously),
dblib, ctlib and odbc depends on tds.
4. You should add ws2_32.lib to dependencies.
5. Replacements and TDS library are designed to be static libraries.
6. You have to define UNIXODBC macro (for ODBC stuff).
7. you need to include win32 and include directory (in this order!)