From: John L. <jla...@gm...> - 2008-01-18 03:47:42
|
On Jan 17, 2008 8:46 PM, John Labenski <jla...@gm...> wrote: > > I also added the following to the build/msw/makefile.vc > > > > ---------------------- > > # This is an advanced option. Handle with care. > > # The thread model to use: use 'multi' default to allow > > # multi-threading. [multi,single] > > THREADING = multi > > ----------------------------- > > This is a known problem, I think it has something to do with the new > version of Bakefile that we are using, but I would like Francesco to > confirm it as I he is familiar with the source code for Bakefile. > Fixed in CVS by forcing it in bakefile with <set var="VARS_DONT_ELIMINATE" append="1">THREADING</set> in build/bakefiles/options.bkl. Regards, John |