From: Warren Young Date: November 24 2008 10:50pm Subject: Re: Static Library compilation difficulties on vc2008 List-Archive: http://lists.mysql.com/plusplus/8201 Message-Id: <97655BE1-9E58-4756-BAEE-E472699A92E8@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Nov 24, 2008, at 3:40 PM, Attila wrote: > I looked through the README, but it does not actually say much about > building. Looking at the .bkl file, it seems there is no /M flags in it directly. They must be inferred by Bakefile. Try changing the tags to instead. That should do it. You might have to read the Bakefile docs. > Am I supposed to adjust parameters in the blk file and then > regenerate and > the solution files created will automatically be good? That's the idea, yes. If it doesn't work for you, report what you changed and what symptoms you got.