From: klaas.holwerda <kho...@xs...> - 2006-03-06 19:03:40
|
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. Klaas |