added except sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-20 10:09:43 +00:00
parent 2ad50b4fb3
commit 8fb75ec30f
4 changed files with 20 additions and 0 deletions

View File

@@ -529,6 +529,11 @@ SAMPLES_DIST: ALL_GUI_DIST
cp $(SAMPDIR)/event/makefile.unx $(DISTDIR)/samples/event cp $(SAMPDIR)/event/makefile.unx $(DISTDIR)/samples/event
cp $(SAMPDIR)/event/*.cpp $(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 mkdir $(DISTDIR)/samples/exec
cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec
cp $(SAMPDIR)/exec/makefile.unx $(DISTDIR)/samples/exec cp $(SAMPDIR)/exec/makefile.unx $(DISTDIR)/samples/exec

View File

@@ -470,6 +470,17 @@ samples/except/makefile*
samples/except/*.xpm samples/except/*.xpm
samples/except/*.bkl 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/*.cpp
samples/exec/*.h samples/exec/*.h
samples/exec/makefile* samples/exec/makefile*

View File

@@ -21,6 +21,7 @@ samples/drawing/Makefile.in
samples/dynamic/Makefile.in samples/dynamic/Makefile.in
samples/erase/Makefile.in samples/erase/Makefile.in
samples/except/Makefile.in samples/except/Makefile.in
samples/except/Makefile.in
samples/exec/Makefile.in samples/exec/Makefile.in
samples/event/Makefile.in samples/event/Makefile.in
samples/grid/Makefile.in samples/grid/Makefile.in

View File

@@ -88,6 +88,9 @@ samples/event/event.dsw
samples/except/except.dsp samples/except/except.dsp
samples/except/except.dsw samples/except/except.dsw
samples/except/except.dsp
samples/except/except.dsw
samples/exec/exec.dsp samples/exec/exec.dsp
samples/exec/exec.dsw samples/exec/exec.dsw