Mercurial > p > mysql-python > mysqldb-2
comparison site.cfg @ 0:e48810735f11 MySQLdb
Copying 1.2.1 to be the new trunk
author | adustman |
---|---|
date | Sun, 02 Apr 2006 18:20:53 +0000 |
parents | |
children | b70cce9bd065 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e48810735f11 |
---|---|
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] | |
18 #mysql_root: /usr/local/mysql | |
19 #library_dirs: %(mysql_root)s/lib | |
20 #include_dirs: %(mysql_root)s/include | |
21 #libraries: mysqlclient | |
22 # zlib | |
23 # msvcrt | |
24 # libcmt | |
25 # wsock32 | |
26 # advapi32 | |
27 #extra_compile_args: | |
28 #extra_objects: |