On Wed, Aug 8, 2012 at 8:42 PM, Paul K <[email protected]> wrote: > Hi John, > > I've read through the installation/compilation instructions and am > still searching for a combination of settings I need to apply to get > one wx.dll produced. > > Here is the command I used: > > mingw32-make -f makefile.gcc BUILD=release UNICODE=1 SHARED=1 > MONOLITHIC=1 WX_MONOLITHIC=0 WX_SHARED=0 USE_LUAMODULE=1 > USE_WXBINDGL=0 LINK_DLL_FLAGS=-shared
Please use the CMake generated build files now. The old ones are not nearly configurable enough. I recommend building static wxWidgets libs and then you will get a single wx.dll with no other dependencies. http://wxlua.sourceforge.net/docs/install.html#C2.4 http://wxlua.sourceforge.net/docs/install.html#C4.2 Regards, John ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
