4 <include file=
"../../build/bakefiles/common_samples.bkl"/>
6 <exe id=
"wxrc" cond=
"USE_XRC=='1'"
7 template=
"wx_util_console" template_append=
"wx_append_base">
8 <sources>wxrc.cpp
</sources>
11 <install-to>$(BINDIR)
</install-to>
14 <if cond=
"FORMAT=='autoconf'">
16 <!-- Install wxrc as $prefix/bin/wxrc-$version with a wxrc symlink
17 pointing to it, so that users can use wxrc from different
20 <set var=
"versioned_name">wxrc-$(WX_RELEASE)
</set>
21 <modify-target target=
"install_wxrc">
23 mv -f $(DESTDIR)$(BINDIR)/wxrc$(EXEEXT) $(DESTDIR)$(BINDIR)/$(versioned_name)
24 (cd $(DESTDIR)$(BINDIR)
&& $(LN_S) $(versioned_name) wxrc$(EXEEXT))