On Dec 17, 2007 2:53 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote:
> I am trying to have the smallest ammount of dlls to distribute when using
> wxLua as a Lua module. (require( "wx" ) )
>
> Is there a way to build so all I need os the monolithic wxWidgets dll and
> the wx.dll with all the functionality of wxLua built into the wx.dll. Even
> if I just needed two dlls for the wxLua stuff, I would be fine with that. As
> it stands now there are 14 dlls just for wxLua. This is a bit much for my
> needs. Any ideas?

If you use MS Visual Studio you can try using
$nmake.exe makefile.vc WX_MONOLITHIC=1

Note however, that the last I knew the Bakefile build files for the VC
GUI have different flags than with nmake.exe so that you have rebuild
everything using nmake.exe. This is very unfortunate, but perhaps it's
been fixed.

Regards,
    John

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to