From: John L. <jla...@gm...> - 2012-08-09 02:22:32
|
On Wed, Aug 8, 2012 at 8:42 PM, Paul K <pau...@ya...> 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 |