On Jan 17, 2008 8:41 AM, Leslie Newell <[EMAIL PROTECTED]> wrote:
> Trying to compile with static runtime libs.
>
> BUILD = release
> UNICODE = 1
> SHARED = 0
> WX_SHARED = 0
> WX_MONOLITHIC = 0
> RUNTIME_LIBS = static
>
> To get it to compile I need to do the following
> Add this line to wxLua/build/makefile.vc
> THREADING = multi
> in wxLua\modules\build\msw\makefile.vc
> LUA_LIB_CFLAGS = /MD$(VAR_199) /DWIN32 $(VAR) $(VAR_196) $(VAR_198) \
> changed to:
> LUA_LIB_CFLAGS = /M$(__RUNTIME_LIBS_27)$(VAR_199) /DWIN32 $(VAR)
> $(VAR_196) $(VAR_198) \
>
> As before I need to disable wxLuaFreeze.
> Apart from that it compiled but I haven't tested it all yet...

The wxLuaFreeze problem should be fixed now in CVS.

Leslie, THREADING should be an option at the top of the makefile.vc
set to multi, but for some reason bakefile is not writing it to the
output.

Francesco, in build/bakefiles/options.bkl there is <option
name="THREADING">, but it doesn't appear in the output. Does the new
version of bakefile have a problem stripping out too many variables?
(like the wxLUA_USEBINDING_XXX problem in the other message)

Regards,
    John

-------------------------------------------------------------------------
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