]> git.saurik.com Git - wxWidgets.git/commitdiff
'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after...
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Nov 2005 19:59:29 +0000 (19:59 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Nov 2005 19:59:29 +0000 (19:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wx.bkl

index c9a033ed4927d980d9924a8524e693298b1e188e..1413af71c4ac469776851b983230a7076adae77a 100644 (file)
 
 
     <!-- create rcdefs.h on Windows: -->
-    <if cond="FORMAT in ['borland','mingw','msvc','watcom']">
+    <if cond="FORMAT in ['borland','mingw','msvc','watcom'] and TOOLKIT == 'MSW'">
 
         <mkdir id="libdir_setup_wx_msw">
             <depends>libdir_setup_wx</depends>
 
         <action id="rcdefs.h">
 
+            <is-phony>1</is-phony>
             <dependency-of>setup_h</dependency-of>
             <depends>libdir_setup_wx_msw</depends>
             <depends-on-file>$(SRCDIR)/include/wx/msw/genrcdefs.h</depends-on-file>