Rebake after wxUIActionSimulator addition.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-03-06 20:15:39 +00:00
parent a02a5cfcf3
commit b0a50d5a1f
14 changed files with 626 additions and 139 deletions

View File

@@ -45,7 +45,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
### 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 printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
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 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 widgets wizard wrapsizer xrc
clean:
-if exist .\*.obj del .\*.obj
@@ -335,6 +335,10 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat
call typetest.bat
@del typetest.bat
@echo cd uiaction >uiaction.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>uiaction.bat
call uiaction.bat
@del uiaction.bat
@echo cd validate >validate.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat
call validate.bat
@@ -790,6 +794,12 @@ typetest:
call typetest.bat
@del typetest.bat
uiaction:
@echo cd uiaction >uiaction.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>uiaction.bat
call uiaction.bat
@del uiaction.bat
validate:
@echo cd validate >validate.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat