From: Francesco M. <f18...@ya...> - 2006-02-06 10:14:13
|
Hi, klaas.holwerda ha scritto: > Francesco Montorsi wrote: > >> >> The configure script now just misses a check for wxStEdit component, >> which must enable/disable wxLuaEdit, right ? > > Right. I've done some work on bakefiles: 1) fixed some problems with DLL naming 2) added next to WX_SHARED the SHARED option so that one can build static builds of wxLua against shared builds of wxWidgets (with SHARED=0 WX_SHARED=1) 3) added check for wxStEdit in configure script 4) changed WX_DEBUG=0/1 to BUILD=release/debug like the one wxWidgets use 5) changed WX_UNICODE=0/1 to UNICODE=0/1 like the one wxWidgets use Hopefully, the build system should now be complete and working. I've tested it against various builds of wxWidgets and it worked nicely... I'm going to test it on win32... Francesco |