+ <!-- create rcdefs.h on Windows: -->
+ <if cond="FORMAT in ['borland','mingw','msvc','watcom'] and TOOLKIT == 'MSW'">
+
+ <mkdir id="libdir_setup_wx_msw">
+ <depends>libdir_setup_wx</depends>
+ <dir>$(SETUPHDIR)/wx/msw</dir>
+ </mkdir>
+
+ <action id="rcdefs.h">
+
+ <!-- Can't seem to set id to a name with a dollar sign
+ so use __targetname as a temporary work around -->
+ <set var="__targetname">$(SETUPHDIR)\wx\msw\rcdefs.h</set>
+
+ <dependency-of>setup_h</dependency-of>
+ <depends>libdir_setup_wx_msw</depends>
+ <depends-on-file>$(SRCDIR)/include/wx/msw/genrcdefs.h</depends-on-file>
+
+ <command>
+ $(DOLLAR)(CPP) "$(SRCDIR)\include\wx\msw\genrcdefs.h" > "$(SETUPHDIR)\wx\msw\rcdefs.h"
+ </command>
+
+ </action>
+
+ </if>
+
+