]> git.saurik.com Git - wxWidgets.git/commitdiff
splash sample into distribution.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 5 Aug 2004 09:06:40 +0000 (09:06 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 5 Aug 2004 09:06:40 +0000 (09:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/make_dist.mk
distrib/msw/copy_src.bat
distrib/msw/dmc.rsp
distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/vc.rsp
distrib/msw/wince.rsp
docs/html/index.htm

index 08f9cd64cffafe0a34a386a05f2a44f67490e5cb..13df3fc902e4a8c7af667ac734deb562af02cc60 100644 (file)
@@ -20762,6 +20762,13 @@ SAMPLES_DIST: ALL_GUI_DIST
        cp $(SAMPDIR)/sound/*.cpp $(DISTDIR)/samples/sound
        cp $(SAMPDIR)/sound/*.wav $(DISTDIR)/samples/sound
 
+       mkdir $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/Makefile.in $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/makefile.unx $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.cpp $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.h $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.png $(DISTDIR)/samples/splash
+
        mkdir $(DISTDIR)/samples/splitter
        cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
        cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
index 6b55a4193ef036c18f77a3a52031a7385ad353d4..97da14f1d090ae6e5d1e24e1db31fb0a7cde599f 100644 (file)
@@ -834,6 +834,13 @@ SAMPLES_DIST: ALL_GUI_DIST
        cp $(SAMPDIR)/sound/*.cpp $(DISTDIR)/samples/sound
        cp $(SAMPDIR)/sound/*.wav $(DISTDIR)/samples/sound
 
+       mkdir $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/Makefile.in $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/makefile.unx $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.cpp $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.h $(DISTDIR)/samples/splash
+       cp $(SAMPDIR)/splash/*.png $(DISTDIR)/samples/splash
+
        mkdir $(DISTDIR)/samples/splitter
        cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
        cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
index 2ef7023107816985ef94d767781c23e242cf171c..4608afaeb7ea26989a9df934a03b6529308c4f2c 100755 (executable)
@@ -584,6 +584,19 @@ copy *.ico \wxmsw_dist\wxMSW\samples\scroll
 copy *.h \wxmsw_dist\wxMSW\samples\scroll
 cd ..
 
+echo Splash sample..
+
+cd splash
+md \wxmsw_dist\wxMSW\samples\splash
+copy Makefile.* \wxmsw_dist\wxMSW\samples\splash
+copy *.cpp \wxmsw_dist\wxMSW\samples\splash
+copy *.h \wxmsw_dist\wxMSW\samples\splash
+copy *.def \wxmsw_dist\wxMSW\samples\splash
+copy *.rc \wxmsw_dist\wxMSW\samples\splash
+copy *.ico \wxmsw_dist\wxMSW\samples\splash
+copy *.png \wxmsw_dist\wxMSW\samples\splash
+cd ..
+
 echo Splitter sample..
 
 cd splitter
index e65ce3fc506c97cda8ddcd22c3dd3c2be01e5633..831b198b196e2afb7f564584538fb2661da47476 100644 (file)
@@ -116,6 +116,7 @@ samples/scrollsub/makefile.dmc
 samples/shaped/makefile.dmc
 samples/sockets/makefile.dmc
 samples/sound/makefile.dmc
+samples/splash/makefile.dmc
 samples/splitter/makefile.dmc
 samples/statbar/makefile.dmc
 samples/tab/makefile.dmc
index 0730d3dc0f87d0c127e65415e0c4dd9276fd213f..b9ce63e7bea1676387e0be08232bf7767bf5b3af 100644 (file)
@@ -1104,6 +1104,20 @@ samples/shaped/*.txt
 samples/shaped/*.pro
 samples/shaped/*.bkl
 
+samples/splash/*.h
+samples/splash/*.cpp
+samples/splash/*.def
+samples/splash/*.rc
+samples/splash/makefile*
+samples/splash/*.xbm
+samples/splash/*.xpm
+samples/splash/*.txt
+samples/splash/*.ico
+samples/splash/*.bmp
+samples/splash/*.png
+samples/splash/*.pro
+samples/splash/*.bkl
+
 samples/splitter/*.cpp
 samples/splitter/*.h
 samples/splitter/*.def
index 9b21533aea797f4a2fe02d2f04e2f29d203d3e71..c6050c8516f6904274d018371ae93ca9bb590c1d 100644 (file)
@@ -64,6 +64,7 @@ samples/scrollsub/Makefile.in
 samples/shaped/Makefile.in
 samples/sound/Makefile.in
 samples/sockets/Makefile.in
+samples/splash/Makefile.in
 samples/splitter/Makefile.in
 samples/statbar/Makefile.in
 samples/taskbar/Makefile.in
index 95fbc702ee2f11177545647a66a621154438352f..c360dd199e9438f27d4868d4625933137c5bcd2e 100644 (file)
@@ -227,6 +227,9 @@ samples/sockets/server.dsw
 samples/sound/sound.dsp
 samples/sound/sound.dsw
 
+samples/splash/splash.dsp
+samples/splash/splash.dsw
+
 samples/splitter/splitter.dsp
 samples/splitter/splitter.dsw
 
index ff47468f6e595350a2d8e9db0518fc94638d3296..f9f92dd7d148020423a5ed0f04107b43de3f0947 100644 (file)
@@ -200,6 +200,9 @@ samples/sockets/server.vcp
 samples/sockets/client.vcw
 samples/sockets/server.vcw
 
+samples/splash/splash.vcp
+samples/splash/splash.vcw
+
 samples/splitter/splitter.vcp
 samples/splitter/splitter.vcw
 
index 89cc562babeb76543998931c043db8b7d3b690a5..5ced48029d5f4d1d84e32e6ae01d5c38c01f77f3 100644 (file)
@@ -374,6 +374,7 @@ the user to resize subwindows.
 <li><a href="../../samples/scrollsub">scrollsub</a>: demonstrates the use of wxScrolledWindow to scroll
 an embedded window.
 <li><a href="../../samples/sockets">sockets</a>: demonstrates the TCP/IP family of classes.
+<li><a href="../../samples/splash">splash</a>: demonstrates use of the wxSplashScreen class.
 <li><a href="../../samples/splitter">splitter</a>: demonstrates the wxSplitterWindow class.
 <li><a href="../../samples/statbar">statbar</a>: demonstrates the wxStatusBar class.
 <li><a href="../../samples/taskbar">taskbar</a>: demonstrates the wxTaskBarIcon class, for