+ <set var="MONOLIB_GUI_SRC">
+ <if cond="USE_GUI=='1'">
+ $(CORE_SRC) $(ADVANCED_SRC) $(MEDIA_SRC) $(HTML_SRC) $(WEBVIEW_SRC)
+ $(QA_SRC) $(XRC_SRC) $(AUI_SRC) $(PROPGRID_SRC) $(RIBBON_SRC)
+ $(RICHTEXT_SRC) $(STC_SRC)
+ </if>
+ </set>
+ <set var="MONOLIB_SRC">
+ $(BASE_SRC) $(BASE_AND_GUI_SRC) $(NET_SRC) $(MONOLIB_GUI_SRC) $(XML_SRC)
+ </set>
+
+ <!-- settings common to mono{dll,lib} below -->
+ <template id="wx_monolib_or_dll" template="wxscintilla_cppflags">
+ <define>wxUSE_BASE=1</define>
+ <sources>$(MONOLIB_SRC) $(PLUGIN_MONOLIB_SRC)</sources>
+ <msvc-headers>$(ALL_HEADERS)</msvc-headers>
+ </template>
+
+ <dll id="monodll" template="wx_dll,wx_monolib_or_dll"