]> git.saurik.com Git - wxWidgets.git/commitdiff
added except sample
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Jul 2004 10:09:43 +0000 (10:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Jul 2004 10:09:43 +0000 (10:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/make_dist.mk
distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/vc.rsp

index 0f19679ac7c271f84e95b72e57d91575c8ab5343..6b55a4193ef036c18f77a3a52031a7385ad353d4 100644 (file)
@@ -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
index 0726f6adb3b18c8bc7905ef8e6c9b5f63242153d..0730d3dc0f87d0c127e65415e0c4dd9276fd213f 100644 (file)
@@ -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*
index 743e03e70e38eb5044af317cae5fa4942b974a19..9b21533aea797f4a2fe02d2f04e2f29d203d3e71 100644 (file)
@@ -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
index b8c72078b538d54415f2b2471edcd8d709dbf223..95fbc702ee2f11177545647a66a621154438352f 100644 (file)
@@ -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