+ <!-- NB: in monolithic build, even wxBase-only must be linked against
+ GUI extralibs, otherwise there would be unresolved references.
+ The variables below are defined so that all libs are used
+ in monolithic build, but not in multilib one. -->
+ <set var="EXTRALIBS_FOR_BASE">
+ <if cond="MONOLITHIC=='1'">$(EXTRALIBS) $(EXTRALIBS_GUI)</if>
+ <if cond="MONOLITHIC=='0'">$(EXTRALIBS)</if>
+ </set>
+ <set var="EXTRALIBS_FOR_GUI">
+ <if cond="MONOLITHIC=='1'"></if>
+ <if cond="MONOLITHIC=='0'">$(EXTRALIBS_GUI)</if>
+ </set>
+