Files
mysqlclient/mysql/Setup.in
2000-07-11 20:56:29 +00:00

12 lines
468 B
Plaintext

*shared*
# Only one line should be uncommented.
# Adjust -L and -I as necessary for your local configuration.
# If you have dynamic MySQL libraries, they will need to be on your
# LD_LIBRARY_PATH at runtime.
# I find that 3.23 requires libz. It probably won't hurt earlier versions.
_mysql _mysqlmodule.c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lz
# Uncomment for Windows
#_mysql _mysqlmodule.c -L/mysql/lib/opt -I/mysql/include -lmysqlclient -lwsock32