'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after action execution.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-09 19:59:29 +00:00
parent b46d37d75c
commit 2a4d2d4680

View File

@@ -203,7 +203,7 @@
<!-- 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>
@@ -212,6 +212,7 @@
<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>