From: Vadim Zeitlin Date: Tue, 20 Jul 2004 10:09:43 +0000 (+0000) Subject: added except sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fb75ec30fa7a4fc30e0130b4224959dfaf7a6b0 added except sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 0f19679ac7..6b55a4193e 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -529,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 diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index 0726f6adb3..0730d3dc0f 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -470,6 +470,17 @@ samples/except/makefile* samples/except/*.xpm samples/except/*.bkl +samples/except/*.cpp +samples/except/*.h +samples/except/makefile* +samples/except/*.rc +samples/except/*.def +samples/except/*.ico +samples/except/*.xpm +samples/except/*.txt +samples/except/*.pro +samples/except/*.bkl + samples/exec/*.cpp samples/exec/*.h samples/exec/makefile* diff --git a/distrib/msw/makefile.rsp b/distrib/msw/makefile.rsp index 743e03e70e..9b21533aea 100644 --- a/distrib/msw/makefile.rsp +++ b/distrib/msw/makefile.rsp @@ -21,6 +21,7 @@ samples/drawing/Makefile.in samples/dynamic/Makefile.in samples/erase/Makefile.in samples/except/Makefile.in +samples/except/Makefile.in samples/exec/Makefile.in samples/event/Makefile.in samples/grid/Makefile.in diff --git a/distrib/msw/vc.rsp b/distrib/msw/vc.rsp index b8c72078b5..95fbc702ee 100644 --- a/distrib/msw/vc.rsp +++ b/distrib/msw/vc.rsp @@ -88,6 +88,9 @@ samples/event/event.dsw samples/except/except.dsp samples/except/except.dsw +samples/except/except.dsp +samples/except/except.dsw + samples/exec/exec.dsp samples/exec/exec.dsw