]> git.saurik.com Git - wxWidgets.git/commitdiff
don't cd into utils/xrc if USE_XRC=0
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 2004 21:55:11 +0000 (21:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 2004 21:55:11 +0000 (21:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wx.bkl

index f54947ddf9fee54c2ad5b8536178eb3f1253fa59..8fd2a80e71e76e799e00a51ccbf4fe14ee54aa54 100644 (file)
@@ -44,7 +44,7 @@
     </subproject>
     
     <!-- WXRC compiler is built by default: -->
-    <subproject id="wxrc" cond="FORMAT=='autoconf'">
+    <subproject id="wxrc" cond="FORMAT=='autoconf' and USE_XRC=='1'">
         <dependency-of>all</dependency-of>
         <installable>yes</installable>
         <dir>utils/wxrc</dir>