remove remaining traces of samples/mobile (continuation of r58765)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
840b9ff52a
commit
a334c52549
@ -33434,7 +33434,7 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||||||
$(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
|
$(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
|
||||||
|
|
||||||
# copy files common to all samples in a general way
|
# 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 \
|
-mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \
|
||||||
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
||||||
mkdir -p $$t; \
|
mkdir -p $$t; \
|
||||||
@ -33498,8 +33498,6 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||||||
|
|
||||||
$(CP_P) $(SAMPDIR)/joytest/*.wav $(DISTDIR)/samples/joytest
|
$(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/trackball.c $(DISTDIR)/samples/opengl/penguin
|
||||||
$(CP_P) $(SAMPDIR)/opengl/penguin/*.dxf.gz $(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
|
$(CP_P) $(SAMPDIR)/opengl/isosurf/*.gz $(DISTDIR)/samples/opengl/isosurf
|
||||||
@ -33724,8 +33722,7 @@ bzip-dist: @GUIDIST@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
win-dist: MSW_ZIP_TEXT_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST
|
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)/opengl \
|
||||||
for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
|
|
||||||
-mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
|
-mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
|
||||||
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
||||||
$(CP_P) \
|
$(CP_P) \
|
||||||
|
@ -52,9 +52,6 @@
|
|||||||
<del-formats files="../../samples/html/html_samples.bkl">
|
<del-formats files="../../samples/html/html_samples.bkl">
|
||||||
msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
|
msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
|
||||||
</del-formats>
|
</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">
|
<del-formats files="../../samples/opengl/opengl_samples.bkl">
|
||||||
msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
|
msvc6prj,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
|
||||||
</del-formats>
|
</del-formats>
|
||||||
|
@ -562,7 +562,7 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||||||
$(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
|
$(CP_P) $(SAMPDIR)/samples.* $(DISTDIR)/samples
|
||||||
|
|
||||||
# copy files common to all samples in a general way
|
# 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 \
|
-mindepth 1 -maxdepth 1 -type d -not -name .svn`; do \
|
||||||
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
||||||
mkdir -p $$t; \
|
mkdir -p $$t; \
|
||||||
@ -626,8 +626,6 @@ SAMPLES_DIST: ALL_GUI_DIST
|
|||||||
|
|
||||||
$(CP_P) $(SAMPDIR)/joytest/*.wav $(DISTDIR)/samples/joytest
|
$(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/trackball.c $(DISTDIR)/samples/opengl/penguin
|
||||||
$(CP_P) $(SAMPDIR)/opengl/penguin/*.dxf.gz $(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
|
$(CP_P) $(SAMPDIR)/opengl/isosurf/*.gz $(DISTDIR)/samples/opengl/isosurf
|
||||||
@ -852,8 +850,7 @@ bzip-dist: @GUIDIST@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
win-dist: MSW_ZIP_TEXT_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST
|
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)/opengl \
|
||||||
for s in `find $(SAMPDIR) $(SAMPDIR)/html $(SAMPDIR)/mobile $(SAMPDIR)/opengl \
|
|
||||||
-mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
|
-mindepth 1 -maxdepth 1 -type d -not -name CVS`; do \
|
||||||
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
t="$(DISTDIR)/samples/`echo $$s | sed 's@$(SAMPDIR)/@@'`"; \
|
||||||
$(CP_P) \
|
$(CP_P) \
|
||||||
|
@ -57,7 +57,6 @@ samples/menu/*W7.xml
|
|||||||
samples/mfc/*W7.xml
|
samples/mfc/*W7.xml
|
||||||
samples/minifram/*W7.xml
|
samples/minifram/*W7.xml
|
||||||
samples/minimal/*W7.xml
|
samples/minimal/*W7.xml
|
||||||
samples/mobile/*W7.xml
|
|
||||||
samples/multimon/*W7.xml
|
samples/multimon/*W7.xml
|
||||||
samples/nativdlg/*W7.xml
|
samples/nativdlg/*W7.xml
|
||||||
samples/notebook/*W7.xml
|
samples/notebook/*W7.xml
|
||||||
|
@ -110,8 +110,6 @@ samples/minifram/*M?.xml
|
|||||||
samples/minifram/*.mcp
|
samples/minifram/*.mcp
|
||||||
samples/minimal/*M?.xml
|
samples/minimal/*M?.xml
|
||||||
samples/minimal/*.mcp
|
samples/minimal/*.mcp
|
||||||
samples/mobile/*M?.xml
|
|
||||||
samples/mobile/*.mcp
|
|
||||||
samples/multimon/*M?.xml
|
samples/multimon/*M?.xml
|
||||||
samples/multimon/*.mcp
|
samples/multimon/*.mcp
|
||||||
samples/nativdlg/*M?.xml
|
samples/nativdlg/*M?.xml
|
||||||
|
@ -91,9 +91,6 @@ samples/menu/makefile.dm?
|
|||||||
samples/mfc/makefile.dm?
|
samples/mfc/makefile.dm?
|
||||||
samples/minifram/makefile.dm?
|
samples/minifram/makefile.dm?
|
||||||
samples/minimal/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/multimon/makefile.dm?
|
||||||
samples/nativdlg/makefile.dm?
|
samples/nativdlg/makefile.dm?
|
||||||
samples/notebook/makefile.dm?
|
samples/notebook/makefile.dm?
|
||||||
|
@ -885,20 +885,6 @@ samples/minifram/bitmaps/*.bmp
|
|||||||
samples/minifram/bitmaps/*.xpm
|
samples/minifram/bitmaps/*.xpm
|
||||||
samples/minifram/*.bkl
|
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/*.h
|
||||||
samples/multimon/*.cpp
|
samples/multimon/*.cpp
|
||||||
samples/multimon/*.rc
|
samples/multimon/*.rc
|
||||||
|
@ -53,9 +53,6 @@ samples/mdi/Makefile.in
|
|||||||
samples/mediaplayer/Makefile.in
|
samples/mediaplayer/Makefile.in
|
||||||
samples/minifram/Makefile.in
|
samples/minifram/Makefile.in
|
||||||
samples/minimal/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/multimon/Makefile.in
|
||||||
samples/notebook/Makefile.in
|
samples/notebook/Makefile.in
|
||||||
samples/nativdlg/Makefile.in
|
samples/nativdlg/Makefile.in
|
||||||
|
@ -129,10 +129,6 @@ samples/minimal/minimal.dsp
|
|||||||
|
|
||||||
samples/minifram/minifram.dsp
|
samples/minifram/minifram.dsp
|
||||||
|
|
||||||
samples/mobile/styles/styles.dsp
|
|
||||||
|
|
||||||
samples/mobile/wxedit/wxedit.dsp
|
|
||||||
|
|
||||||
samples/multimon/multimon.dsp
|
samples/multimon/multimon.dsp
|
||||||
|
|
||||||
samples/nativdlg/nativdlg.dsp
|
samples/nativdlg/nativdlg.dsp
|
||||||
|
@ -154,11 +154,6 @@ samples/minimal/minimal.vcw
|
|||||||
samples/minifram/minifram.vcp
|
samples/minifram/minifram.vcp
|
||||||
samples/minifram/minifram.vcw
|
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.vcp
|
||||||
samples/multimon/multimon.vcw
|
samples/multimon/multimon.vcw
|
||||||
|
|
||||||
|
@ -17,13 +17,6 @@ docs/x11/makewxx11
|
|||||||
|
|
||||||
lib/dummy
|
lib/dummy
|
||||||
|
|
||||||
mobile/configure
|
|
||||||
mobile/configure.in
|
|
||||||
mobile/Makefile.in
|
|
||||||
mobile/wxedit/Makefile.in
|
|
||||||
mobile/wxedit/*.cpp
|
|
||||||
mobile/wxedit/*.h
|
|
||||||
|
|
||||||
misc/afm/*.afm
|
misc/afm/*.afm
|
||||||
misc/gs_afm/*.afm
|
misc/gs_afm/*.afm
|
||||||
|
|
||||||
|
@ -128,12 +128,6 @@ samples/minifram/makefile.dmc
|
|||||||
samples/minifram/makefile.dms
|
samples/minifram/makefile.dms
|
||||||
samples/minimal/makefile.dmc
|
samples/minimal/makefile.dmc
|
||||||
samples/minimal/makefile.dms
|
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.dmc
|
||||||
samples/multimon/makefile.dms
|
samples/multimon/makefile.dms
|
||||||
samples/nativdlg/makefile.dmc
|
samples/nativdlg/makefile.dmc
|
||||||
|
@ -848,31 +848,6 @@ samples/minimal/makefile.wat
|
|||||||
samples/minimal/minimal.cpp
|
samples/minimal/minimal.cpp
|
||||||
samples/minimal/minimal.xcode/project.pbxproj
|
samples/minimal/minimal.xcode/project.pbxproj
|
||||||
samples/minimal/minimal.xcodeproj/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/multimon.bkl
|
||||||
samples/multimon/makefile.vc
|
samples/multimon/makefile.vc
|
||||||
samples/multimon/multimon.dsp
|
samples/multimon/multimon.dsp
|
||||||
|
@ -63,9 +63,6 @@ samples/menu/Makefile.in
|
|||||||
samples/mfc/Makefile.in
|
samples/mfc/Makefile.in
|
||||||
samples/minifram/Makefile.in
|
samples/minifram/Makefile.in
|
||||||
samples/minimal/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/multimon/Makefile.in
|
||||||
samples/nativdlg/Makefile.in
|
samples/nativdlg/Makefile.in
|
||||||
samples/notebook/Makefile.in
|
samples/notebook/Makefile.in
|
||||||
|
@ -143,10 +143,6 @@ samples/minifram/minifram.dsp
|
|||||||
samples/minifram/minifram.dsw
|
samples/minifram/minifram.dsw
|
||||||
samples/minimal/minimal.dsp
|
samples/minimal/minimal.dsp
|
||||||
samples/minimal/minimal.dsw
|
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.dsp
|
||||||
samples/multimon/multimon.dsw
|
samples/multimon/multimon.dsw
|
||||||
samples/nativdlg/nativdlg.dsp
|
samples/nativdlg/nativdlg.dsp
|
||||||
|
@ -124,10 +124,6 @@ samples/minifram/minifram.vcp
|
|||||||
samples/minifram/minifram.vcw
|
samples/minifram/minifram.vcw
|
||||||
samples/minimal/minimal.vcp
|
samples/minimal/minimal.vcp
|
||||||
samples/minimal/minimal.vcw
|
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.vcp
|
||||||
samples/multimon/multimon.vcw
|
samples/multimon/multimon.vcw
|
||||||
samples/nativdlg/nativdlg.vcp
|
samples/nativdlg/nativdlg.vcp
|
||||||
|
Loading…
Reference in New Issue
Block a user