install setup.h before compiling on windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
468375fe69
commit
4cd612f944
@ -88,4 +88,22 @@
|
|||||||
|
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- copy setup.h on Windows: -->
|
||||||
|
<if cond="FORMAT!='autoconf' and TOOLKIT=='MSW'">
|
||||||
|
<mkdir id="libdir">
|
||||||
|
<dir>$(LIBDIRNAME)/wx</dir>
|
||||||
|
</mkdir>
|
||||||
|
<copy-file-to-file id="msw/setup.h">
|
||||||
|
<src>$(SRCDIR)/include/wx/msw/setup0.h</src>
|
||||||
|
<dst>$(SRCDIR)/include/wx/msw/setup.h</dst>
|
||||||
|
</copy-file-to-file>
|
||||||
|
<copy-file-to-file id="setup.h">
|
||||||
|
<depends>msw/setup.h</depends>
|
||||||
|
<depends>libdir</depends>
|
||||||
|
<src>$(SRCDIR)/include/wx/msw/setup.h</src>
|
||||||
|
<dst>$(LIBDIRNAME)/wx/setup.h</dst>
|
||||||
|
</copy-file-to-file>
|
||||||
|
</if>
|
||||||
|
|
||||||
</makefile>
|
</makefile>
|
||||||
|
Loading…
Reference in New Issue
Block a user