]> git.saurik.com Git - wxWidgets.git/commitdiff
remove remaining traces of samples/mobile (continuation of r58765)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2009 15:59:04 +0000 (15:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2009 15:59:04 +0000 (15:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 files changed:
Makefile.in
build/bakefiles/Bakefiles.bkgen
build/bakefiles/make_dist.mk
distrib/msw/cw.rsp
distrib/msw/cw_mac.rsp
distrib/msw/dmc.rsp
distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/vc.rsp
distrib/msw/wince.rsp
distrib/msw/x11.rsp
distrib/scripts/manifests/dmc.rsp
distrib/scripts/manifests/generic_samples.rsp
distrib/scripts/manifests/makefile.rsp
distrib/scripts/manifests/vc.rsp
distrib/scripts/manifests/wince.rsp

index ec77454cdbf08ed8ed0a83e31f386943a16b7a2e..337acc136db09da85c4378b37462c05feef358ae 100644 (file)
@@ -33434,7 +33434,7 @@ SAMPLES_DIST: ALL_GUI_DIST
        $(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
 
        # copy files common to all samples in a general way
-       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
+       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/opengl \
                    -mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            mkdir -p $$t; \
@@ -33498,8 +33498,6 @@ SAMPLES_DIST: ALL_GUI_DIST
 
        $(CP_P) $(SAMPDIR)/joytest/*.wav $(DISTDIR)/samples/joytest
 
-       $(CP_P) $(SAMPDIR)/mobile/styles/*.jpg $(DISTDIR)/samples/mobile/styles
-
        $(CP_P) $(SAMPDIR)/opengl/penguin/trackball.c $(DISTDIR)/samples/opengl/penguin
        $(CP_P) $(SAMPDIR)/opengl/penguin/*.dxf.gz $(DISTDIR)/samples/opengl/penguin
        $(CP_P) $(SAMPDIR)/opengl/isosurf/*.gz $(DISTDIR)/samples/opengl/isosurf
@@ -33724,8 +33722,7 @@ bzip-dist: @GUIDIST@
        fi
 
 win-dist: MSW_ZIP_TEXT_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST
-# RR: copy VC files common to all samples in a general way
-       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
+       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/opengl \
                    -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            $(CP_P) \
index 134ae93fcc89fa7202aa6bb91d605f0eb0a91687..9e677354bdaefcc5b9d21ea5a4cf88f36fdd090f 100644 (file)
@@ -52,9 +52,6 @@
     <del-formats files="../../samples/html/html_samples.bkl">
         msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
     </del-formats>
-    <del-formats files="../../samples/mobile/mobile_samples.bkl">
-        msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
-    </del-formats>
     <del-formats files="../../samples/opengl/opengl_samples.bkl">
         msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
     </del-formats>
index 2d98d5f360e1301a6be203e8ce57ba670a7b209e..74be95e85bbf6ca0a058acca4d916e71458b4afd 100644 (file)
@@ -562,7 +562,7 @@ SAMPLES_DIST: ALL_GUI_DIST
        $(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
 
        # copy files common to all samples in a general way
-       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
+       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/opengl \
                    -mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            mkdir -p $$t; \
@@ -626,8 +626,6 @@ SAMPLES_DIST: ALL_GUI_DIST
 
        $(CP_P) $(SAMPDIR)/joytest/*.wav $(DISTDIR)/samples/joytest
 
-       $(CP_P) $(SAMPDIR)/mobile/styles/*.jpg $(DISTDIR)/samples/mobile/styles
-
        $(CP_P) $(SAMPDIR)/opengl/penguin/trackball.c $(DISTDIR)/samples/opengl/penguin
        $(CP_P) $(SAMPDIR)/opengl/penguin/*.dxf.gz $(DISTDIR)/samples/opengl/penguin
        $(CP_P) $(SAMPDIR)/opengl/isosurf/*.gz $(DISTDIR)/samples/opengl/isosurf
@@ -852,8 +850,7 @@ bzip-dist: @GUIDIST@
        fi
 
 win-dist: MSW_ZIP_TEXT_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST
-# RR: copy VC files common to all samples in a general way
-       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
+       for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/opengl \
                    -mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
            t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
            $(CP_P) \
index d3f3ac10968d7a0e8df5b24f19e3410452021d5c..72c4fd536b140da94a99c8db3f4aee3fc68d586e 100644 (file)
@@ -57,7 +57,6 @@ samples/menu/*W7.xml
 samples/mfc/*W7.xml
 samples/minifram/*W7.xml
 samples/minimal/*W7.xml
-samples/mobile/*W7.xml
 samples/multimon/*W7.xml
 samples/nativdlg/*W7.xml
 samples/notebook/*W7.xml
index 4d9260ee9030090df3f079f2897bebcfbdb37967..74fefed7134661d21d731d1734ba6c134e82c80f 100644 (file)
@@ -110,8 +110,6 @@ samples/minifram/*M?.xml
 samples/minifram/*.mcp
 samples/minimal/*M?.xml
 samples/minimal/*.mcp
-samples/mobile/*M?.xml
-samples/mobile/*.mcp
 samples/multimon/*M?.xml
 samples/multimon/*.mcp
 samples/nativdlg/*M?.xml
index 9e743536c4b18eb3e71fb6957bd9d04bd0729285..5a9ea77810cfab39cf751e052903d7f447d50483 100644 (file)
@@ -91,9 +91,6 @@ samples/menu/makefile.dm?
 samples/mfc/makefile.dm?
 samples/minifram/makefile.dm?
 samples/minimal/makefile.dm?
-samples/mobile/makefile.dm?
-samples/mobile/styles/makefile.dm?
-samples/mobile/wxedit/makefile.dm?
 samples/multimon/makefile.dm?
 samples/nativdlg/makefile.dm?
 samples/notebook/makefile.dm?
index 95a42f29627a83c09f54b05780ed3af865348563..19f64dbdbaeb326f282abd97eb718e8fc30fc38b 100644 (file)
@@ -885,20 +885,6 @@ samples/minifram/bitmaps/*.bmp
 samples/minifram/bitmaps/*.xpm
 samples/minifram/*.bkl
 
-samples/mobile/styles/*.cpp
-samples/mobile/styles/*.h
-samples/mobile/styles/*.xpm
-samples/mobile/styles/*.jpg
-samples/mobile/styles/*.bkl
-samples/mobile/styles/makefile.*
-samples/mobile/wxedit/*.cpp
-samples/mobile/wxedit/*.h
-samples/mobile/wxedit/*.xpm
-samples/mobile/wxedit/*.bkl
-samples/mobile/wxedit/makefile.*
-samples/mobile/make*
-samples/mobile/*.bkl
-
 samples/multimon/*.h
 samples/multimon/*.cpp
 samples/multimon/*.rc
index 322c81640b40bc867cb2c217f11f132fde53fc6e..e08ea565ce6fecc975fa84ebd74e05315ab9978a 100644 (file)
@@ -53,9 +53,6 @@ samples/mdi/Makefile.in
 samples/mediaplayer/Makefile.in
 samples/minifram/Makefile.in
 samples/minimal/Makefile.in
-samples/mobile/Makefile.in
-samples/mobile/wxedit/Makefile.in
-samples/mobile/styles/Makefile.in
 samples/multimon/Makefile.in
 samples/notebook/Makefile.in
 samples/nativdlg/Makefile.in
index a4596a25961401c9cd16baee633306873349ad1f..b6739f0fcdfca901172817a75eaaf6c68356bf7a 100644 (file)
@@ -129,10 +129,6 @@ samples/minimal/minimal.dsp
 
 samples/minifram/minifram.dsp
 
-samples/mobile/styles/styles.dsp
-
-samples/mobile/wxedit/wxedit.dsp
-
 samples/multimon/multimon.dsp
 
 samples/nativdlg/nativdlg.dsp
index fd8534c63b18670b2b6ac07c01224b665032a87c..9737ecbe204601053a3edb747f39cbc50374c639 100644 (file)
@@ -154,11 +154,6 @@ samples/minimal/minimal.vcw
 samples/minifram/minifram.vcp
 samples/minifram/minifram.vcw
 
-samples/mobile/styles/styles.vcp
-samples/mobile/styles/styles.vcw
-samples/mobile/wxedit/wxedit.vcp
-samples/mobile/wxedit/wxedit.vcw
-
 samples/multimon/multimon.vcp
 samples/multimon/multimon.vcw
 
index 172e60db0910c2abb1d1057e698e6f41b0256127..6092b3891f1b311bf172fecb8872cc5357f240e7 100644 (file)
@@ -17,13 +17,6 @@ docs/x11/makewxx11
 
 lib/dummy
 
-mobile/configure
-mobile/configure.in
-mobile/Makefile.in
-mobile/wxedit/Makefile.in
-mobile/wxedit/*.cpp
-mobile/wxedit/*.h
-
 misc/afm/*.afm
 misc/gs_afm/*.afm
 
index 8debf41ebec38940416b34fbbfb9c64ade686424..9b2a50e4ea9b6db884f08cc3ebae37fd7851091f 100644 (file)
@@ -128,12 +128,6 @@ samples/minifram/makefile.dmc
 samples/minifram/makefile.dms
 samples/minimal/makefile.dmc
 samples/minimal/makefile.dms
-samples/mobile/makefile.dmc
-samples/mobile/makefile.dms
-samples/mobile/styles/makefile.dmc
-samples/mobile/styles/makefile.dms
-samples/mobile/wxedit/makefile.dmc
-samples/mobile/wxedit/makefile.dms
 samples/multimon/makefile.dmc
 samples/multimon/makefile.dms
 samples/nativdlg/makefile.dmc
index 92927b5dab0dd35d63de3f219f25ca59efce9be2..d76aded9baf042a72f42471c086c8a365addf11a 100644 (file)
@@ -848,31 +848,6 @@ samples/minimal/makefile.wat
 samples/minimal/minimal.cpp
 samples/minimal/minimal.xcode/project.pbxproj
 samples/minimal/minimal.xcodeproj/project.pbxproj
-samples/mobile/mobile_samples.bkl
-samples/mobile/Makefile.in
-samples/mobile/makefile.bcc
-samples/mobile/makefile.gcc
-samples/mobile/makefile.wat
-samples/mobile/makefile.vc
-samples/mobile/styles/marble.jpg
-samples/mobile/styles/styles.bkl
-samples/mobile/styles/styles.h
-samples/mobile/styles/makefile.vc
-samples/mobile/styles/styles.dsp
-samples/mobile/styles/Makefile.in
-samples/mobile/styles/makefile.bcc
-samples/mobile/styles/makefile.gcc
-samples/mobile/styles/makefile.wat
-samples/mobile/styles/styles.cpp
-samples/mobile/wxedit/wxedit.bkl
-samples/mobile/wxedit/wxedit.h
-samples/mobile/wxedit/makefile.vc
-samples/mobile/wxedit/wxedit.dsp
-samples/mobile/wxedit/Makefile.in
-samples/mobile/wxedit/makefile.bcc
-samples/mobile/wxedit/makefile.gcc
-samples/mobile/wxedit/makefile.wat
-samples/mobile/wxedit/wxedit.cpp
 samples/multimon/multimon.bkl
 samples/multimon/makefile.vc
 samples/multimon/multimon.dsp
index 1477de465c74382d201cdc451e090a0a3c5791db..dc21bc80903e5325622006d9cc7257c7eb15463f 100644 (file)
@@ -63,9 +63,6 @@ samples/menu/Makefile.in
 samples/mfc/Makefile.in
 samples/minifram/Makefile.in
 samples/minimal/Makefile.in
-samples/mobile/Makefile.in
-samples/mobile/styles/Makefile.in
-samples/mobile/wxedit/Makefile.in
 samples/multimon/Makefile.in
 samples/nativdlg/Makefile.in
 samples/notebook/Makefile.in
index b9dbe725441487a75cb4e422cd0f118a8fc4c5e7..f7b930270e16d7ed2be360c8c8f1f4bd498cad19 100644 (file)
@@ -143,10 +143,6 @@ samples/minifram/minifram.dsp
 samples/minifram/minifram.dsw
 samples/minimal/minimal.dsp
 samples/minimal/minimal.dsw
-samples/mobile/styles/styles.dsp
-samples/mobile/styles/styles.dsw
-samples/mobile/wxedit/wxedit.dsp
-samples/mobile/wxedit/wxedit.dsw
 samples/multimon/multimon.dsp
 samples/multimon/multimon.dsw
 samples/nativdlg/nativdlg.dsp
index 2118d23a3378a5362e687ba554e8390688da513f..443f1f578e4f85f2c08e3c75c86eb5171fe08ac1 100644 (file)
@@ -124,10 +124,6 @@ samples/minifram/minifram.vcp
 samples/minifram/minifram.vcw
 samples/minimal/minimal.vcp
 samples/minimal/minimal.vcw
-samples/mobile/styles/styles.vcp
-samples/mobile/styles/styles.vcw
-samples/mobile/wxedit/wxedit.vcp
-samples/mobile/wxedit/wxedit.vcw
 samples/multimon/multimon.vcp
 samples/multimon/multimon.vcw
 samples/nativdlg/nativdlg.vcp