From: John L. <jla...@gm...> - 2006-03-06 23:31:21
|
On 3/6/06, Francesco Montorsi <f18...@ya...> wrote: > klaas.holwerda ha scritto: > > Francesco Montorsi wrote: > >> it's possible but not that elegant: > >> > >> > >> <set var=3D"POSTFIX"> > >> <if cond=3D"WX_SHARED=3D=3D'0'">_lib</if> > >> <if cond=3D"WX_SHARED=3D=3D'1'">_dll</if> > >> </set> > >> <if cond=3D"FORMAT!=3D'autoconf'"> > >> <set var=3D"BUILDDIR">$(FORMAT)$(WXLIBPOSTFIX)$(POSTFIX)</set> > >> </if> > > Maybe it is better to still do this one only for wxstedit for the > > moment, i think it will prevent a lot of confusion. > you're right; I've committed this change in wxCode CVS repo. > > John, could we make a new release (tarball+zip) of wxStEdit before wxLua > is out so to avoid problems to our users ? Yes, I was going to do a release last week, good thing I didn't. :) Thanks, John Labenski |