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: ### ### 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: clean:
-if exist .\*.obj del .\*.obj -if exist .\*.obj del .\*.obj
@@ -339,10 +339,6 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
call wizard.bat call wizard.bat
@del 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: access:
@echo cd access >access.bat @echo cd access >access.bat
@@ -787,9 +783,3 @@ wizard:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
call wizard.bat call wizard.bat
@del 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

View File

@@ -29,7 +29,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
### Targets: ### ### 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: clean:
-if exist .\*.o del .\*.o -if exist .\*.o del .\*.o
@@ -107,7 +107,6 @@ clean:
$(MAKE) -C vscroll -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C vscroll -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C wxtest -f makefile.gcc $(MAKEARGS) clean
access: access:
$(MAKE) -C access -f makefile.gcc $(MAKEARGS) all $(MAKE) -C access -f makefile.gcc $(MAKEARGS) all
@@ -331,7 +330,4 @@ widgets:
wizard: wizard:
$(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) all $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) all
wxtest: .PHONY: all clean 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
$(MAKE) -C wxtest -f makefile.gcc $(MAKEARGS) all
.PHONY: all clean 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

View File

@@ -77,7 +77,6 @@ all:
-make -f $(WXDIR)\samples\vscroll\makefile.sc $@ -make -f $(WXDIR)\samples\vscroll\makefile.sc $@
-make -f $(WXDIR)\samples\widgets\makefile.sc $@ -make -f $(WXDIR)\samples\widgets\makefile.sc $@
-make -f $(WXDIR)\samples\wizard\makefile.sc $@ -make -f $(WXDIR)\samples\wizard\makefile.sc $@
-make -f $(WXDIR)\samples\wxtest\makefile.sc $@
-make -f $(WXDIR)\samples\bytes\makefile.sc $@ -make -f $(WXDIR)\samples\bytes\makefile.sc $@

View File

@@ -29,7 +29,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
### Targets: ### ### Targets: ###
all: sub_access sub_artprov sub_calendar sub_caret sub_checklst sub_config sub_console sub_controls sub_db sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_docvwmdi sub_dragimag sub_drawing sub_dynamic sub_erase sub_event sub_exec sub_except sub_font sub_grid sub_help sub_htlbox sub_html sub_image sub_internat sub_ipc sub_joytest sub_keyboard sub_layout sub_listbox sub_listctrl sub_mdi sub_memcheck sub_menu sub_mfc sub_minifram sub_minimal sub_mobile sub_multimon sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_png sub_printing sub_propsize sub_regtest sub_render sub_richedit sub_rotate sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splitter sub_statbar sub_tab sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard sub_wxtest all: sub_access sub_artprov sub_calendar sub_caret sub_checklst sub_config sub_console sub_controls sub_db sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_docvwmdi sub_dragimag sub_drawing sub_dynamic sub_erase sub_event sub_exec sub_except sub_font sub_grid sub_help sub_htlbox sub_html sub_image sub_internat sub_ipc sub_joytest sub_keyboard sub_layout sub_listbox sub_listctrl sub_mdi sub_memcheck sub_menu sub_mfc sub_minifram sub_minimal sub_mobile sub_multimon sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_png sub_printing sub_propsize sub_regtest sub_render sub_richedit sub_rotate sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splitter sub_statbar sub_tab sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard
clean: clean:
-if exist .\*.obj del .\*.obj -if exist .\*.obj del .\*.obj
@@ -256,9 +256,6 @@ clean:
cd wizard cd wizard
$(MAKE) -f makefile.vc $(MAKEARGS) clean $(MAKE) -f makefile.vc $(MAKEARGS) clean
cd $(MAKEDIR) cd $(MAKEDIR)
cd wxtest
$(MAKE) -f makefile.vc $(MAKEARGS) clean
cd $(MAKEDIR)
sub_access: sub_access:
cd access cd access
@@ -629,8 +626,3 @@ sub_wizard:
cd wizard cd wizard
$(MAKE) -f makefile.vc $(MAKEARGS) all $(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR) cd $(MAKEDIR)
sub_wxtest:
cd wxtest
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)

View File

@@ -43,7 +43,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
### Targets: ### ### Targets: ###
all : .SYMBOLIC 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 : .SYMBOLIC 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 : .SYMBOLIC clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj -if exist .\*.obj del .\*.obj
@@ -272,9 +272,6 @@ clean : .SYMBOLIC
cd wizard cd wizard
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD) cd $(WATCOM_CWD)
cd wxtest
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
access : .SYMBOLIC access : .SYMBOLIC
cd access cd access
@@ -645,8 +642,3 @@ wizard : .SYMBOLIC
cd wizard cd wizard
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD) cd $(WATCOM_CWD)
wxtest : .SYMBOLIC
cd wxtest
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)

View File

@@ -83,6 +83,5 @@
<subproject id="vscroll" template="sub"/> <subproject id="vscroll" template="sub"/>
<subproject id="widgets" template="sub"/> <subproject id="widgets" template="sub"/>
<subproject id="wizard" template="sub"/> <subproject id="wizard" template="sub"/>
<subproject id="wxtest" template="sub"/>
</makefile> </makefile>