annotate site.cfg @ 4:b5a377255eea MySQLdb

Merge changes from MySQLdb-1.2 branch (448-455)
author adustman
date Tue, 24 Oct 2006 19:52:31 +0000
parents e48810735f11
children b70cce9bd065
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
1 # Options:
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
2 #
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
3 # embedded: link against the embedded server library
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4 # threadsafe: use the threadsafe client
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
5 # static: link against a static library (probably required for embedded)
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
6
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7 [options]
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
8 embedded = False
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
9 threadsafe = True
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10 static = False
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
11
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
12 # Use the compiler section to add additional options for the extension build.
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
13 # In particular, if your platform does not support mysql_config (like
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
14 # Windows), you will have to set most of these. Note that each entry is split
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
15 # into a list so that each line is one item.
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
16
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
17 [compiler]
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
18 #mysql_root: /usr/local/mysql
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
19 #library_dirs: %(mysql_root)s/lib
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
20 #include_dirs: %(mysql_root)s/include
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
21 #libraries: mysqlclient
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
22 # zlib
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
23 # msvcrt
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
24 # libcmt
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
25 # wsock32
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
26 # advapi32
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
27 #extra_compile_args:
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
28 #extra_objects: