+ <!-- for GUI libs/samples: -->
+ <template id="wx_append_nomono" template="wx_append_base_nomono">
+ <ldlibs>$(EXTRALIBS_GUI)</ldlibs>
+ </template>
+
+
+ <template id="wx_append_base" template_append="wx_append_base_nomono">
+ <!-- Always link against the wxWin library in monolithic build: -->
+ <sys-lib>$(WXLIB_MONO)</sys-lib>
+ </template>
+ <template id="wx_append" template_append="wx_append_nomono">
+ <!-- Always link against the wxWin library in monolithic build: -->
+ <sys-lib>$(WXLIB_MONO)</sys-lib>
+ </template>
+
+