Mercurial > p > mysql-python > mysqldb-2
comparison site.cfg @ 9:0e37ee00beb7 MySQLdb
Merge changes from 1.2 branch (r470:483): Mostly build-related.
author | adustman |
---|---|
date | Mon, 26 Feb 2007 00:55:29 +0000 |
parents | b70cce9bd065 |
children |
comparison
equal
deleted
inserted
replaced
8:fa8974a41c76 | 9:0e37ee00beb7 |
---|---|
1 # Options: | 1 [options] |
2 # | |
3 # embedded: link against the embedded server library | 2 # embedded: link against the embedded server library |
4 # threadsafe: use the threadsafe client | 3 # threadsafe: use the threadsafe client |
5 # static: link against a static library (probably required for embedded) | 4 # static: link against a static library (probably required for embedded) |
6 | 5 |
7 [options] | |
8 embedded = False | 6 embedded = False |
9 threadsafe = True | 7 threadsafe = True |
10 static = False | 8 static = False |
11 | 9 |
12 # Use the compiler section to add additional options for the extension build. | 10 # The path to mysql_config. |
13 # In particular, if your platform does not support mysql_config (like | 11 # Only use this if mysql_config is not on your PATH, or you have some weird |
14 # Windows), you will have to set most of these. Note that each entry is split | 12 # setup that requires it. |
15 # into a list so that each line is one item. | 13 #mysql_config = /usr/local/bin/mysql_config |
16 | 14 |
17 [compiler] | 15 # The Windows registry key for MySQL. |
18 # This section is now obsolete. Most of these items should just be set in | 16 # This has to be set for Windows buildsto work. |
19 # setup.cfg, and the ONLY if the default configuration doesn't work. | 17 # Only change this if you have a different version. |
20 #mysql_root: /usr/local/mysql | 18 registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0 |
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: |