Hi John,
     sorry for the delay but I really had 3 intense days :)

John Labenski ha scritto:
> On Jan 17, 2008 8:46 PM, John Labenski <[EMAIL PROTECTED]> 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.
This is the right fix; however I'd add THREADING to 
build/bakefiles/wxlua.bkl since that's the place where I already added 
(in the past) all others options which should not be pruned.

NB: Moving that <set> to wxlua.bkl is ok as long as it's true that the 
THREADING option is missing only from wxLua/build/makefile* files, and 
not from modules' or apps' makefiles... is this true?

Francesco





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to