]> git.saurik.com Git - wxWidgets.git/commitdiff
install the headers under wx/msw/gnuwin32
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Dec 2002 00:23:16 +0000 (00:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Dec 2002 00:23:16 +0000 (00:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in

index 8b1e501dc9f3a42db5924a0c555bb9571679c3c3..b34f5f24db4f67a3071d44c64537520e2d753441 100644 (file)
@@ -398,11 +398,15 @@ m4datainstall: preinstall
 
 win32install: preinstall
        $(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 \
                        $(top_srcdir)/include/wx/msw/*.ico \
                        $(top_srcdir)/include/wx/msw/*.bmp \
                        $(top_srcdir)/include/wx/msw/wx.rc \
                                $(includedir)/wx/msw
+       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(include)/wx/msw/gnuwin32
+       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(include)/wx/msw/gnuwin32/gl
 
 # this is the real install target: copies the library, wx-config and the
 # headers to the installation directory