build and install wxrc by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-09-30 22:20:34 +00:00
parent c6a726f1ce
commit e30fbc5234
2 changed files with 15 additions and 2 deletions

View File

@@ -42,6 +42,13 @@
<dir cond="FORMAT=='autoconf'">samples</dir>
<dir cond="FORMAT!='autoconf' and TOOLKIT in ['MSW','MGL']">../../samples</dir>
</subproject>
<!-- WXRC compiler is built by default: -->
<subproject id="wxrc" cond="FORMAT=='autoconf'">
<dependency-of>all</dependency-of>
<installable>yes</installable>
<dir>utils/wxrc</dir>
</subproject>
<if cond="FORMAT=='autoconf'">
<!-- "make install": -->