Updated scripts for new sound sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-02-01 13:24:47 +00:00
parent 3bde165cd0
commit 816c1e8071
4 changed files with 23 additions and 2 deletions

View File

@ -821,6 +821,11 @@ SAMPLES_DIST: ALL_GUI_DIST
cp $(SAMPDIR)/sockets/*.cpp $(DISTDIR)/samples/sockets
cp $(SAMPDIR)/sockets/*.xpm $(DISTDIR)/samples/sockets
mkdir $(DISTDIR)/samples/sound
cp $(SAMPDIR)/sound/Makefile.in $(DISTDIR)/samples/sound
cp $(SAMPDIR)/sound/*.cpp $(DISTDIR)/samples/sound
cp $(SAMPDIR)/sound/*.wav $(DISTDIR)/samples/sound
mkdir $(DISTDIR)/samples/splitter
cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter

View File

@ -1085,6 +1085,18 @@ samples/sockets/*.rc
samples/sockets/*.pro
samples/sockets/*.bkl
samples/sound/*.cpp
samples/sound/*.h
samples/sound/makefile*
samples/sound/*.rc
samples/sound/*.def
samples/sound/*.ico
samples/sound/*.xpm
samples/sound/*.bmp
samples/sound/*.wav
samples/sound/*.pro
samples/sound/*.bkl
samples/statbar/*.cpp
samples/statbar/*.h
samples/statbar/makefile*

View File

@ -27,8 +27,6 @@ samples/help/Makefile.in
samples/htlbox/Makefile.in
samples/internat/Makefile.in
samples/ipc/Makefile.in
samples/png/Makefile.in
samples/sockets/Makefile.in
samples/html/Makefile.in
samples/html/about/Makefile.in
samples/html/help/Makefile.in
@ -51,6 +49,7 @@ samples/mobile/wxedit/Makefile.in
samples/mobile/styles/Makefile.in
samples/multimon/Makefile.in
samples/notebook/Makefile.in
samples/png/Makefile.in
samples/printing/Makefile.in
samples/propsize/Makefile.in
samples/render/Makefile.in
@ -59,6 +58,8 @@ samples/sashtest/Makefile.in
samples/scroll/Makefile.in
samples/scrollsub/Makefile.in
samples/shaped/Makefile.in
samples/sound/Makefile.in
samples/sockets/Makefile.in
samples/splitter/Makefile.in
samples/statbar/Makefile.in
samples/text/Makefile.in

View File

@ -222,6 +222,9 @@ samples/sockets/server.dsp
samples/sockets/client.dsw
samples/sockets/server.dsw
samples/sound/sound.dsp
samples/sound/sound.dsw
samples/splitter/splitter.dsp
samples/splitter/splitter.dsw