Hi,

John Labenski ha scritto:
> There's just a few more path problems. Hopefully they're easy to fix?
> 
> 1) apps_app_wxluaedit.dsp - search path to wxcode_msw28_stedit.lib
> needs to have vc_XXX appended to it.
> Currently  : /libpath:"$(WXSTEDIT)\lib
> Change to :  /libpath:"$(WXSTEDIT)\lib\vc_XXX
fixed. Thanks to a suggestion you made various time ago (maybe 1 year - 
I don't remember) I implemented in wxpresets a <wxlike-paths> tag to 
help with these path settings but then forgot to use it in wxLua 
bakefiles ;)


> 2) All apps are generated in wxLua/apps/bin/vc_XXX, is this right? I
> thought they should be put into wxLua/bin/vc_XXX.
> Currently : /out:"..\..\bin\vc_dll\wxluaedit.exe"
> Change to : /out:"..\..\..\bin\vc_dll\wxluaedit.exe"
acch, sorry. I don't know how this could pass without I noticed it... 
fixed now.


> 3) modules_mod_luamodule.dsp - generates wx.dll into
> wxLua/modules/build/lib/vc_dll, shouldn't it go into wxLua/lib/vc_dll?
> Currently : /out:"..\lib\vc_dll\wx.dll"
> Change to : /out:"..\..\..\lib\vc_dll\wx.dll"
ach, fixed.



> I think that's it, other than that the build works great.
great


> Note that I switched the build order of wxluasocket and wxluabind so
> wxluabind is built first in wxLua.dsw since wxluasocket depends on
> wxluabind. I also changed the order of the libs for "wxlua-alllibs" in
> wxluabse.bkl (but didn't rebake),
did you commit the changes ?
I didn't see any in wxluabase.bkl...

> does this change need to be made
> anywhere else?
no, I'd say <wxlua-alllibs> would be enough...

Let me know when you make the change if you want me to rebake...

Thanks,
Francesco


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to