0
|
1 # Options:
|
|
2 #
|
|
3 # embedded: link against the embedded server library
|
|
4 # threadsafe: use the threadsafe client
|
|
5 # static: link against a static library (probably required for embedded)
|
|
6
|
|
7 [options]
|
|
8 embedded = False
|
|
9 threadsafe = True
|
|
10 static = False
|
|
11
|
|
12 # Use the compiler section to add additional options for the extension build.
|
|
13 # In particular, if your platform does not support mysql_config (like
|
|
14 # Windows), you will have to set most of these. Note that each entry is split
|
|
15 # into a list so that each line is one item.
|
|
16
|
|
17 [compiler]
|
5
|
18 # This section is now obsolete. Most of these items should just be set in
|
|
19 # setup.cfg, and the ONLY if the default configuration doesn't work.
|
0
|
20 #mysql_root: /usr/local/mysql
|
|
21 #library_dirs: %(mysql_root)s/lib
|
|
22 #include_dirs: %(mysql_root)s/include
|
|
23 #libraries: mysqlclient
|
|
24 # zlib
|
|
25 # msvcrt
|
|
26 # libcmt
|
|
27 # wsock32
|
|
28 # advapi32
|
|
29 #extra_compile_args:
|
|
30 #extra_objects:
|