From b4b1cbebe9116320d8e8ea2f9db9badb45072a75 Mon Sep 17 00:00:00 2001 From: adustman Date: Tue, 14 Sep 1999 21:21:02 +0000 Subject: [PATCH] More comments for the generally ignorant. A Windows configuration for the truly ignorant. --- mysql/Setup.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql/Setup.in b/mysql/Setup.in index 1140fe6..e96b82c 100644 --- a/mysql/Setup.in +++ b/mysql/Setup.in @@ -1,3 +1,9 @@ *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. _mysql _mysqlmodule.c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient +# Uncomment for Windows +#_mysql _mysqlmodule.c -L/mysql/lib/opt -I/mysql/include -lmysqlclient -lwsock32 +