remove mobile samples from samples.bkl (last part of r58765)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-08 19:11:37 +00:00
parent 1d61c55432
commit 0c36a1d6d4
5 changed files with 7 additions and 38 deletions

View File

@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
### Targets: ###
all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
clean:
-if exist .\*.o del .\*.o
@@ -80,7 +80,6 @@ clean:
$(MAKE) -C mediaplayer -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C menu -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C minimal -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C mobile -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C nativdlg -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C notebook -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C oleauto -f makefile.gcc $(MAKEARGS) clean
@@ -236,9 +235,6 @@ menu:
minimal:
$(MAKE) -C minimal -f makefile.gcc $(MAKEARGS) all
mobile:
$(MAKE) -C mobile -f makefile.gcc $(MAKEARGS) all
nativdlg:
$(MAKE) -C nativdlg -f makefile.gcc $(MAKEARGS) all
@@ -344,9 +340,9 @@ memcheck:
.PHONY: all clean access animate artprov aui calendar caret clipboard collpane config \
combo console controls dataview dialogs dialup display dnd docview dragimag \
drawing erase event exec except font grid help htlbox html image internat ipc joytest \
keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook \
oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest \
scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar \
keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto \
opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll \
shaped sockets sound splash splitter statbar stc taskbar text thread toolbar \
treectrl typetest validate vscroll widgets wizard wrapsizer flash mfc memcheck