]> git.saurik.com Git - wxWidgets.git/blobdiff - Makefile.in
Remove ctl3d32.lib from make.
[wxWidgets.git] / Makefile.in
index c6bb79152be3de14e100742a03d1227e8d6305b2..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
@@ -775,6 +779,7 @@ MSW_ZIP_TEXT_DIST: ALL_GUI_DIST
        mkdir $(DISTDIR)/include/wx/msw/gnuwin32
        mkdir $(DISTDIR)/include/wx/msw/gnuwin32/gl
        mkdir $(DISTDIR)/include/wx/msw/ole
+       mkdir $(DISTDIR)/include/wx/msw/wince
        cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
        cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
        cp $(INCDIR)/wx/msw/ctl3d/*.h $(DISTDIR)/include/wx/msw/ctl3d
@@ -782,13 +787,16 @@ MSW_ZIP_TEXT_DIST: ALL_GUI_DIST
        cp $(INCDIR)/wx/msw/gnuwin32/gl/*.h $(DISTDIR)/include/wx/msw/gnuwin32/gl
        cp $(INCDIR)/wx/msw/gnuwin32/gl/*.def $(DISTDIR)/include/wx/msw/gnuwin32/gl
        cp $(INCDIR)/wx/msw/ole/*.h $(DISTDIR)/include/wx/msw/ole
+       cp $(INCDIR)/wx/msw/wince/*.h $(DISTDIR)/include/wx/msw/wince
        mkdir $(DISTDIR)/src/msw
        mkdir $(DISTDIR)/src/msw/ole
+       mkdir $(DISTDIR)/src/msw/wince
        cp $(MSWDIR)/files.lst $(DISTDIR)/src/msw
        cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
        cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
        cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
        cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
+       cp $(MSWDIR)/wince/*.* $(DISTDIR)/src/msw/wince
        cp $(SRCDIR)/*.??? $(DISTDIR)/src
        cp $(SRCDIR)/*.?? $(DISTDIR)/src
        cp $(MSWDIR)/?ake*.* $(DISTDIR)/src/msw
@@ -800,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