Correct the directory rcdefs.h installs to
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
92641c0dc0
commit
47bff9ff8b
1 changed files with 10 additions and 10 deletions
|
|
@ -102,19 +102,19 @@
|
|||
</action>
|
||||
|
||||
<set var="RCDEFS_H">
|
||||
<if cond="TOOLKIT=='MSW'">
|
||||
lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/msw/rcdefs.h
|
||||
</if>
|
||||
<if cond="TOOLKIT=='MSW'">msw/rcdefs.h</if>
|
||||
</set>
|
||||
|
||||
<data-files>
|
||||
<srcdir>$(BUILDDIR)</srcdir>
|
||||
<headers>
|
||||
<srcdir>
|
||||
$(BUILDDIR)/lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
||||
</srcdir>
|
||||
<files>
|
||||
lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/setup.h
|
||||
$(RCDEFS_H)
|
||||
setup.h $(RCDEFS_H)
|
||||
</files>
|
||||
<install-to>$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx</install-to>
|
||||
</data-files>
|
||||
<install-to>
|
||||
$(LIBDIR)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
|
||||
</install-to>
|
||||
</headers>
|
||||
|
||||
<headers>
|
||||
<srcdir>$(SRCDIR)/include</srcdir>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue