]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed wxtest sample.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 4 Jun 2004 10:06:48 +0000 (10:06 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 4 Jun 2004 10:06:48 +0000 (10:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/makefile.bcc
samples/makefile.gcc
samples/makefile.sc
samples/makefile.vc
samples/makefile.wat
samples/samples.bkl

index da6feca56b35cd3714ed490b32a0725ff350f9e3..0f4cf91ec0ddb3df940f1f8faeb3cbfbf2ec2ce6 100644 (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: 
        -if exist .\*.obj del .\*.obj
 
 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 $(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
 
 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
        @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
index a843477f226ce94f57f79b73241fdcfb0430181b..3cc6ae6f3cd98c82432f8b754bc68106559fd717 100644 (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: 
        -if exist .\*.o del .\*.o
 
 clean: 
        -if exist .\*.o del .\*.o
@@ -107,7 +107,6 @@ clean:
        $(MAKE) -C vscroll -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C vscroll -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C wxtest -f makefile.gcc $(MAKEARGS) clean
 
 access: 
        $(MAKE) -C access -f makefile.gcc $(MAKEARGS) all
 
 access: 
        $(MAKE) -C access -f makefile.gcc $(MAKEARGS) all
@@ -331,7 +330,4 @@ widgets:
 wizard: 
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) all
 
 wizard: 
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) all
 
-wxtest: 
-       $(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
+.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
index 120366d9dd97cc8c691b6a4d90f5d63df9b2a8fc..78309f2e2f3ec758d9ff66b2a57d44d83116364f 100644 (file)
@@ -77,7 +77,6 @@ all:
     -make -f $(WXDIR)\samples\vscroll\makefile.sc $@
     -make -f $(WXDIR)\samples\widgets\makefile.sc $@
     -make -f $(WXDIR)\samples\wizard\makefile.sc $@
     -make -f $(WXDIR)\samples\vscroll\makefile.sc $@
     -make -f $(WXDIR)\samples\widgets\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 $@
 
 
index ef71d81fb65223d4287acbe1cddc796539024333..0f1ba644aeebaadaa873f39c8c0c99b1ee096886 100644 (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: 
        -if exist .\*.obj del .\*.obj
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -256,9 +256,6 @@ clean:
        cd wizard
        $(MAKE) -f makefile.vc $(MAKEARGS) clean
        cd $(MAKEDIR)
        cd wizard
        $(MAKE) -f makefile.vc $(MAKEARGS) clean
        cd $(MAKEDIR)
-       cd wxtest
-       $(MAKE) -f makefile.vc $(MAKEARGS) clean
-       cd $(MAKEDIR)
 
 sub_access: 
        cd access
 
 sub_access: 
        cd access
@@ -629,8 +626,3 @@ sub_wizard:
        cd wizard
        $(MAKE) -f makefile.vc $(MAKEARGS) all
        cd $(MAKEDIR)
        cd wizard
        $(MAKE) -f makefile.vc $(MAKEARGS) all
        cd $(MAKEDIR)
-
-sub_wxtest: 
-       cd wxtest
-       $(MAKE) -f makefile.vc $(MAKEARGS) all
-       cd $(MAKEDIR)
index b3be3debb600f8fd86915327705855c40e0f1bae..800a4840cfb2018e5f2cc0ba101928aa57303738 100644 (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 
        -if exist .\*.obj del .\*.obj
 
 clean : .SYMBOLIC 
        -if exist .\*.obj del .\*.obj
@@ -272,9 +272,6 @@ clean : .SYMBOLIC
        cd wizard
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
        cd $(WATCOM_CWD)
        cd wizard
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
        cd $(WATCOM_CWD)
-       cd wxtest
-       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
-       cd $(WATCOM_CWD)
 
 access : .SYMBOLIC 
        cd access
 
 access : .SYMBOLIC 
        cd access
@@ -645,8 +642,3 @@ wizard : .SYMBOLIC
        cd wizard
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
        cd $(WATCOM_CWD)
        cd wizard
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
        cd $(WATCOM_CWD)
-
-wxtest : .SYMBOLIC 
-       cd wxtest
-       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
-       cd $(WATCOM_CWD)
index e90dc24c8dc3218697490a94fc90ad72a909492a..03893ef4b891ff97caa86d493e3131b1e85c1449 100644 (file)
@@ -83,6 +83,5 @@
     <subproject id="vscroll" template="sub"/>
     <subproject id="widgets" template="sub"/>
     <subproject id="wizard" template="sub"/>
     <subproject id="vscroll" template="sub"/>
     <subproject id="widgets" template="sub"/>
     <subproject id="wizard" template="sub"/>
-    <subproject id="wxtest" template="sub"/>
 
 </makefile>
 
 </makefile>