Remove tab sample as per 2.6 wiki todo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-08 04:10:45 +00:00
parent 52e812428f
commit 92d2f5cbd3
27 changed files with 46 additions and 5809 deletions

View File

@@ -1,6 +1,6 @@
# =========================================================================
# This makefile was generated by
# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
# Bakefile 0.1.5 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
@@ -40,11 +40,12 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
### Targets: ###
all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
-if exist .\*.csm del .\*.csm
@echo cd access >access.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
call access.bat
@@ -245,6 +246,10 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>png.bat
call png.bat
@del png.bat
@echo cd popup >popup.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
call popup.bat
@del popup.bat
@echo cd printing >printing.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
call printing.bat
@@ -305,10 +310,6 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
call statbar.bat
@del statbar.bat
@echo cd tab >tab.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>tab.bat
call tab.bat
@del tab.bat
@echo cd taskbar >taskbar.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
call taskbar.bat
@@ -650,6 +651,12 @@ png:
call png.bat
@del png.bat
popup:
@echo cd popup >popup.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>popup.bat
call popup.bat
@del popup.bat
printing:
@echo cd printing >printing.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
@@ -740,12 +747,6 @@ statbar:
call statbar.bat
@del statbar.bat
tab:
@echo cd tab >tab.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>tab.bat
call tab.bat
@del tab.bat
taskbar:
@echo cd taskbar >taskbar.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
@@ -805,3 +806,4 @@ wizard:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
call wizard.bat
@del wizard.bat