MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: how to build libmySQL dll/lib with a different name?
Posted by: Kent Boortz
Date: September 13, 2009 02:54AM

Can't you find the spot with the windows equivalent of this? ;)
  % find . -name CMakeLists.txt | xargs grep -i libmySQL
My guess is that it is in "client/CMakeLists.txt", "target"
something and possibly the first argument in "add" something,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to build libmySQL dll/lib with a different name?
1916
September 13, 2009 02:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.