+ <subproject id="wrapsizer" template="sub"/>
+ <subproject id="xrc" template="sub"/>
+
+ <!--
+ These samples don't always build (they need non-default wxWidgets
+ configuration or some 3rd party library being installed) so don't build
+ them by default by using "optsub" template instead of "sub" one and
+ some of them also require MSVC compiler so don't use them with the
+ other ones.
+ -->
+ <if cond="FORMAT[:3] == 'msv'">
+ <subproject id="flash" template="optsub"/>
+ <subproject id="mfc" template="optsub"/>
+ </if>
+ <subproject id="memcheck" template="optsub"/>