]> git.saurik.com Git - wxWidgets.git/blobdiff - Makefile.in
Start() should resume the stopwatch if it is suspended
[wxWidgets.git] / Makefile.in
index d41bf22d507283893c095769db45d3044d48b7da..7e06e210649f320f7fc2776d664a495176c0f70d 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 $(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
 # headers to the installation directory
@@ -804,6 +808,7 @@ UNIV_DIST: ALL_GUI_DIST
        mkdir $(DISTDIR)/src/univ
        mkdir $(DISTDIR)/src/univ/themes
        cp $(INCDIR)/wx/univ/*.h $(DISTDIR)/include/wx/univ
+       cp $(INCDIR)/wx/univ/setup0.h $(DISTDIR)/include/wx/univ/setup.h
        cp $(SRCDIR)/univ/files.lst $(DISTDIR)/src/univ
        cp $(SRCDIR)/univ/*.cpp $(DISTDIR)/src/univ
        cp $(SRCDIR)/univ/themes/*.cpp $(DISTDIR)/src/univ/themes