Regen after adding clipboard sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-12-21 22:36:27 +00:00
parent 7862af84e5
commit 8b41ab4d84
4 changed files with 37 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
### Targets: ###
all: access animate artprov aui calendar caret 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 scrollsub 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 mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
clean:
-if exist .\*.o del .\*.o
@@ -46,6 +46,7 @@ clean:
$(MAKE) -C aui -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C calendar -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C caret -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C clipboard -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C config -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C combo -f makefile.gcc $(MAKEARGS) clean
@@ -133,6 +134,9 @@ calendar:
caret:
$(MAKE) -C caret -f makefile.gcc $(MAKEARGS) all
clipboard:
$(MAKE) -C clipboard -f makefile.gcc $(MAKEARGS) all
collpane:
$(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) all
@@ -337,9 +341,9 @@ mfc:
memcheck:
$(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
.PHONY: all clean access animate artprov aui calendar caret 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 \
.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 scrollsub shaped sockets sound splash splitter statbar stc taskbar text \