From: Francesco M. <f18...@ya...> - 2006-03-06 22:52:12
|
klaas.holwerda ha scritto: > Francesco Montorsi wrote: >> it's possible but not that elegant: >> >> >> <set var="POSTFIX"> >> <if cond="WX_SHARED=='0'">_lib</if> >> <if cond="WX_SHARED=='1'">_dll</if> >> </set> >> <if cond="FORMAT!='autoconf'"> >> <set var="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 ? Francesco |