Mercurial > p > mysql-python > mysqldb-2
view site.cfg @ 5:b70cce9bd065 MySQLdb
Merge changes from 1.2 branch r456-468
author | adustman |
---|---|
date | Sun, 11 Feb 2007 04:37:29 +0000 |
parents | e48810735f11 |
children | 0e37ee00beb7 |
line wrap: on
line source
# Options: # # embedded: link against the embedded server library # threadsafe: use the threadsafe client # static: link against a static library (probably required for embedded) [options] embedded = False threadsafe = True static = False # Use the compiler section to add additional options for the extension build. # In particular, if your platform does not support mysql_config (like # Windows), you will have to set most of these. Note that each entry is split # into a list so that each line is one item. [compiler] # This section is now obsolete. Most of these items should just be set in # setup.cfg, and the ONLY if the default configuration doesn't work. #mysql_root: /usr/local/mysql #library_dirs: %(mysql_root)s/lib #include_dirs: %(mysql_root)s/include #libraries: mysqlclient # zlib # msvcrt # libcmt # wsock32 # advapi32 #extra_compile_args: #extra_objects: