Remove the ancient controls sample

It's time to embrace the 21st century.

Closes #15895.
This commit is contained in:
Vadim Zeitlin
2016-01-30 05:09:32 +01:00
parent 5dd5d68e67
commit 0ddf12104a
33 changed files with 7 additions and 5600 deletions

View File

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