silence warnings about <headers>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,7 +104,9 @@
|
|||||||
<set var="RCDEFS_H">
|
<set var="RCDEFS_H">
|
||||||
<if cond="TOOLKIT=='MSW'">msw/rcdefs.h</if>
|
<if cond="TOOLKIT=='MSW'">msw/rcdefs.h</if>
|
||||||
</set>
|
</set>
|
||||||
<headers>
|
|
||||||
|
|
||||||
|
<data-files-tree>
|
||||||
<srcdir>
|
<srcdir>
|
||||||
$(BUILDDIR)/lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
$(BUILDDIR)/lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
||||||
</srcdir>
|
</srcdir>
|
||||||
@@ -114,15 +116,19 @@
|
|||||||
<install-to>
|
<install-to>
|
||||||
$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
||||||
</install-to>
|
</install-to>
|
||||||
</headers>
|
</data-files-tree>
|
||||||
|
|
||||||
<headers>
|
<!-- FIXME: make this use <headers> once it supports prefix removal -->
|
||||||
|
<if cond="BAKEFILE_VERSION!='0.2.3'">
|
||||||
|
<warning>is it time to use per-target <headers> now?</warning>
|
||||||
|
</if>
|
||||||
|
<data-files-tree>
|
||||||
<srcdir>$(SRCDIR)/include</srcdir>
|
<srcdir>$(SRCDIR)/include</srcdir>
|
||||||
<files>$(ALL_HEADERS)</files>
|
<files>$(ALL_HEADERS)</files>
|
||||||
<install-to>
|
<install-to>
|
||||||
$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
|
$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
|
||||||
</install-to>
|
</install-to>
|
||||||
</headers>
|
</data-files-tree>
|
||||||
|
|
||||||
<!-- Locales: -->
|
<!-- Locales: -->
|
||||||
<using module="gettext"/>
|
<using module="gettext"/>
|
||||||
|
Reference in New Issue
Block a user