copy headers under wx/msw/gnuwin32 in make install
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -398,11 +398,15 @@ m4datainstall: preinstall
|
|||||||
|
|
||||||
win32install: preinstall
|
win32install: preinstall
|
||||||
$(INSTALL) -d $(includedir)/wx/msw
|
$(INSTALL) -d $(includedir)/wx/msw
|
||||||
|
$(INSTALL) -d $(includedir)/wx/msw/gnuwin32
|
||||||
|
$(INSTALL) -d $(includedir)/wx/msw/gnuwin32/gl
|
||||||
$(INSTALL_DATA) $(top_srcdir)/include/wx/msw/*.cur \
|
$(INSTALL_DATA) $(top_srcdir)/include/wx/msw/*.cur \
|
||||||
$(top_srcdir)/include/wx/msw/*.ico \
|
$(top_srcdir)/include/wx/msw/*.ico \
|
||||||
$(top_srcdir)/include/wx/msw/*.bmp \
|
$(top_srcdir)/include/wx/msw/*.bmp \
|
||||||
$(top_srcdir)/include/wx/msw/wx.rc \
|
$(top_srcdir)/include/wx/msw/wx.rc \
|
||||||
$(includedir)/wx/msw
|
$(includedir)/wx/msw
|
||||||
|
$(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(includedir)/wx/msw/gnuwin32
|
||||||
|
$(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(includedir)/wx/msw/gnuwin32/gl
|
||||||
|
|
||||||
# this is the real install target: copies the library, wx-config and the
|
# this is the real install target: copies the library, wx-config and the
|
||||||
# headers to the installation directory
|
# headers to the installation directory
|
||||||
|
Reference in New Issue
Block a user