better way of dealing with EXTRALIBS_xxx
[wxWidgets.git] / utils / wxrc / wxrc.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4     <include file="../../../build/bakefiles/common_samples.bkl"/>
5     <include file="../../../build/bakefiles/common_contrib.bkl"/>
6
7     <exe id="wxrc" template="wx_util_console" template_append="wx_append">
8         <sources>wxrc.cpp</sources>
9         <wx-lib>xml</wx-lib>
10         <wx-lib>base</wx-lib>
11         <install-to>$(BINDIR)</install-to>
12     </exe>
13
14 </makefile>