]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/wxrc.bkl
removing rtti special functions
[wxWidgets.git] / utils / wxrc / wxrc.bkl
CommitLineData
cecc483e
VS
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">
cecc483e 8 <sources>wxrc.cpp</sources>
196be0f1 9 <wx-lib>xrc</wx-lib>
cecc483e
VS
10 <wx-lib>xml</wx-lib>
11 <wx-lib>base</wx-lib>
196be0f1 12 <wx-lib>expat</wx-lib>
16fd9642 13 <install-to>$(BINDIR)</install-to>
cecc483e
VS
14 </exe>
15
16</makefile>