Removed wxtest sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-04 10:06:48 +00:00
parent 50f00d0c99
commit f85713d290
6 changed files with 5 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ 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 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 splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wxtest
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 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 splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
clean:
-if exist .\*.obj del .\*.obj
@@ -339,10 +339,6 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
call wizard.bat
@del wizard.bat
@echo cd wxtest >wxtest.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxtest.bat
call wxtest.bat
@del wxtest.bat
access:
@echo cd access >access.bat
@@ -787,9 +783,3 @@ wizard:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
call wizard.bat
@del wizard.bat
wxtest:
@echo cd wxtest >wxtest.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxtest.bat
call wxtest.bat
@del wxtest.bat