1 | [options] |
---|
2 | # embedded: link against the embedded server library |
---|
3 | # threadsafe: use the threadsafe client |
---|
4 | # static: link against a static library (probably required for embedded) |
---|
5 | |
---|
6 | embedded = False |
---|
7 | threadsafe = True |
---|
8 | static = True |
---|
9 | |
---|
10 | # The path to mysql_config. |
---|
11 | # Only use this if mysql_config is not on your PATH, or you have some weird |
---|
12 | # setup that requires it. |
---|
13 | mysql_config = mysql/bin/mysql_config |
---|
14 | |
---|
15 | # The Windows registry key for MySQL. |
---|
16 | # This has to be set for Windows builds to work. |
---|
17 | # Only change this if you have a different version. |
---|
18 | registry_key = SOFTWARE\MySQL AB\MySQL Server 5.0 |
---|