From: <hd...@do...> - 2007-12-17 22:20:29
|
Hi, Ryan Pusztai wrote: > On Dec 17, 2007 3:44 PM, John Labenski <jla...@gm... > <mailto:jla...@gm...>> wrote: > > If you use MS Visual Studio you can try using > $nmake.exe makefile.vc <http://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 > > > Well I have MS Visual Studio, but will this make a single (monolithic) > dll version of wxLua? I did build it through MS Visual Studio GUI and I > got 14 dlls that I needed JUST for wxLua. Those dlls linked against the > monolithic wxWidgets dll, but I basically want a monolithic wxLua dll > (it can link against the monolithic wxWidgets dll). Is that possible? > -- Yes, possible :) I'm using wxLua like you want to do. If you want a precompiled dll, you may get from here: http://www.dogusan.net/dogusanh/download.html#luacairo (Downloads for "Snippets application (GUI with wxLua)" includes mentioned dll/so, src, Code::Blocks project file, etc.) > Regards, > Ryan > RJP Computing > > -- Regards, Hakki Dogusan |