From: Doug C. <dou...@gm...> - 2006-12-26 17:10:15
|
On Tuesday, December 26, 2006 Francesco Montorsi wrote: > I don't remember right now if wxCode bakefiles/autoconf stuff fully support the > mkdir mybuild && cd mybuild && ../configure > trick. It seems to work well for wxWidgets and wxLua except for this one file. > Calling configure in the root dir (./configure) doesn't solve the problem? I don't think it would; in that case pencil.ico would be in ./art/pencil.ico > and then define SRCDIR to be $(srcdir) for MSYS but I don't really know if other > win32 compilers would like it. Maybe the Makefile should cd into the $(srcdir)/./samples/stedit directory and execute $(WINDRES) there. This might make it more compatible with the "other" IDE. Is the sample even needed for wxLua? The only reason I'm making it is for the stedit prerequisite for wxLua. Maybe the sample should not be in the 'all:' target of wxstedit's Makefile to avoid the problem for those, like me, who are only trying to get the wxstedit library? Regards, e -- Doug Currie Londonderry, NH, USA |