]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/make_dist.mk
wxUSE_LOG fixes and sizer adjustements related to positioning with/without LOG output.
[wxWidgets.git] / build / bakefiles / make_dist.mk
index e833be05a1c739ff5ba4e229eb491456032fb910..6b55a4193ef036c18f77a3a52031a7385ad353d4 100644 (file)
@@ -77,6 +77,7 @@ ALL_DIST: distrib_clean
        cp $(WXDIR)/install-sh $(DISTDIR)
        cp $(WXDIR)/mkinstalldirs $(DISTDIR)
        cp $(WXDIR)/wx-config.in $(DISTDIR)
+       cp $(WXDIR)/wx-config-wrapper.in $(DISTDIR)
        cp $(WXDIR)/version-script.in $(DISTDIR)
        cp $(WXDIR)/setup.h.in $(DISTDIR)
        cp $(WXDIR)/setup.h_vms $(DISTDIR)
@@ -528,6 +529,11 @@ SAMPLES_DIST: ALL_GUI_DIST
        cp $(SAMPDIR)/event/makefile.unx $(DISTDIR)/samples/event
        cp $(SAMPDIR)/event/*.cpp $(DISTDIR)/samples/event
 
+       mkdir $(DISTDIR)/samples/except
+       cp $(SAMPDIR)/except/Makefile.in $(DISTDIR)/samples/except
+       cp $(SAMPDIR)/except/makefile.unx $(DISTDIR)/samples/except
+       cp $(SAMPDIR)/except/*.cpp $(DISTDIR)/samples/except
+
        mkdir $(DISTDIR)/samples/exec
        cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec
        cp $(SAMPDIR)/exec/makefile.unx $(DISTDIR)/samples/exec