diff --git a/Makefile.in b/Makefile.in index ec77454cdb..337acc136d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) \ diff --git a/build/bakefiles/Bakefiles.bkgen b/build/bakefiles/Bakefiles.bkgen index 134ae93fcc..9e677354bd 100644 --- a/build/bakefiles/Bakefiles.bkgen +++ b/build/bakefiles/Bakefiles.bkgen @@ -52,9 +52,6 @@ msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj - - msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj - msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj diff --git a/build/bakefiles/make_dist.mk b/build/bakefiles/make_dist.mk index 2d98d5f360..74be95e85b 100644 --- a/build/bakefiles/make_dist.mk +++ b/build/bakefiles/make_dist.mk @@ -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) \ diff --git a/distrib/msw/cw.rsp b/distrib/msw/cw.rsp index d3f3ac1096..72c4fd536b 100644 --- a/distrib/msw/cw.rsp +++ b/distrib/msw/cw.rsp @@ -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 diff --git a/distrib/msw/cw_mac.rsp b/distrib/msw/cw_mac.rsp index 4d9260ee90..74fefed713 100644 --- a/distrib/msw/cw_mac.rsp +++ b/distrib/msw/cw_mac.rsp @@ -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 diff --git a/distrib/msw/dmc.rsp b/distrib/msw/dmc.rsp index 9e743536c4..5a9ea77810 100644 --- a/distrib/msw/dmc.rsp +++ b/distrib/msw/dmc.rsp @@ -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? diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index 95a42f2962..19f64dbdba 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -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 diff --git a/distrib/msw/makefile.rsp b/distrib/msw/makefile.rsp index 322c81640b..e08ea565ce 100644 --- a/distrib/msw/makefile.rsp +++ b/distrib/msw/makefile.rsp @@ -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 diff --git a/distrib/msw/vc.rsp b/distrib/msw/vc.rsp index a4596a2596..b6739f0fcd 100644 --- a/distrib/msw/vc.rsp +++ b/distrib/msw/vc.rsp @@ -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 diff --git a/distrib/msw/wince.rsp b/distrib/msw/wince.rsp index fd8534c63b..9737ecbe20 100644 --- a/distrib/msw/wince.rsp +++ b/distrib/msw/wince.rsp @@ -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 diff --git a/distrib/msw/x11.rsp b/distrib/msw/x11.rsp index 172e60db09..6092b3891f 100644 --- a/distrib/msw/x11.rsp +++ b/distrib/msw/x11.rsp @@ -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 diff --git a/distrib/scripts/manifests/dmc.rsp b/distrib/scripts/manifests/dmc.rsp index 8debf41ebe..9b2a50e4ea 100644 --- a/distrib/scripts/manifests/dmc.rsp +++ b/distrib/scripts/manifests/dmc.rsp @@ -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 diff --git a/distrib/scripts/manifests/generic_samples.rsp b/distrib/scripts/manifests/generic_samples.rsp index 92927b5dab..d76aded9ba 100644 --- a/distrib/scripts/manifests/generic_samples.rsp +++ b/distrib/scripts/manifests/generic_samples.rsp @@ -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 diff --git a/distrib/scripts/manifests/makefile.rsp b/distrib/scripts/manifests/makefile.rsp index 1477de465c..dc21bc8090 100644 --- a/distrib/scripts/manifests/makefile.rsp +++ b/distrib/scripts/manifests/makefile.rsp @@ -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 diff --git a/distrib/scripts/manifests/vc.rsp b/distrib/scripts/manifests/vc.rsp index b9dbe72544..f7b930270e 100644 --- a/distrib/scripts/manifests/vc.rsp +++ b/distrib/scripts/manifests/vc.rsp @@ -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 diff --git a/distrib/scripts/manifests/wince.rsp b/distrib/scripts/manifests/wince.rsp index 2118d23a33..443f1f578e 100644 --- a/distrib/scripts/manifests/wince.rsp +++ b/distrib/scripts/manifests/wince.rsp @@ -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