]> git.saurik.com Git - wxWidgets.git/commitdiff
Regen after adding clipboard sample
authorRobert Roebling <robert@roebling.de>
Sun, 21 Dec 2008 22:36:27 +0000 (22:36 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 21 Dec 2008 22:36:27 +0000 (22:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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

index 27b8fd9843193fd3097bf1fda6b69128eb8fc925..abae067529762acfa6ed2fdcd4bb2368092d0c3f 100644 (file)
@@ -44,7 +44,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 
 ### Targets: ###
 
-all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
+all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -74,6 +74,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat
        call caret.bat
        @del caret.bat
+       @echo cd clipboard >clipboard.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat
+       call clipboard.bat
+       @del clipboard.bat
        @echo cd collpane >collpane.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat
        call collpane.bat
@@ -383,6 +387,12 @@ caret:
        call caret.bat
        @del caret.bat
 
+clipboard: 
+       @echo cd clipboard >clipboard.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat
+       call clipboard.bat
+       @del clipboard.bat
+
 collpane: 
        @echo cd collpane >collpane.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat
index 346353249aa6a94f5460ee73614cc7a954bee266..24f0d6c4c3bceebfe7906663f76a8f2e336d0ac8 100644 (file)
@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 
 ### Targets: ###
 
-all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
+all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
 
 clean: 
        -if exist .\*.o del .\*.o
@@ -46,6 +46,7 @@ clean:
        $(MAKE) -C aui -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C calendar -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C caret -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C clipboard -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C config -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C combo -f makefile.gcc $(MAKEARGS) clean
@@ -133,6 +134,9 @@ calendar:
 caret: 
        $(MAKE) -C caret -f makefile.gcc $(MAKEARGS) all
 
+clipboard: 
+       $(MAKE) -C clipboard -f makefile.gcc $(MAKEARGS) all
+
 collpane: 
        $(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) all
 
@@ -337,9 +341,9 @@ mfc:
 memcheck: 
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
 
-.PHONY: all clean access animate artprov aui calendar caret collpane config combo \
-       console controls dataview dialogs dialup display dnd docview dragimag drawing \
-       erase event exec except font grid help htlbox html image internat ipc joytest \
+.PHONY: all clean access animate artprov aui calendar caret clipboard collpane config \
+       combo console controls dataview dialogs dialup display dnd docview dragimag \
+       drawing erase event exec except font grid help htlbox html image internat ipc joytest \
        keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook \
        oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest \
        scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text \
index a9f1d188f24fb5bab6fb87fb57e5ad91c1be77cf..ae9104bbee0818ec9e29e8f8cb82f2f73457882e 100644 (file)
@@ -34,7 +34,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
 
 ### Targets: ###
 
-all: sub_access sub_animate sub_artprov sub_aui sub_calendar sub_caret sub_collpane sub_config sub_combo sub_console sub_controls sub_dataview sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_dragimag sub_drawing 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_listctrl sub_mdi sub_mediaplayer sub_menu sub_minimal sub_mobile sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_popup sub_printing sub_propgrid sub_regtest sub_render sub_richtext sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splash sub_splitter sub_statbar sub_stc sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard sub_wrapsizer
+all: sub_access sub_animate sub_artprov sub_aui sub_calendar sub_caret sub_clipboard sub_collpane sub_config sub_combo sub_console sub_controls sub_dataview sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_dragimag sub_drawing 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_listctrl sub_mdi sub_mediaplayer sub_menu sub_minimal sub_mobile sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_popup sub_printing sub_propgrid sub_regtest sub_render sub_richtext sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splash sub_splitter sub_statbar sub_stc sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard sub_wrapsizer
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -58,6 +58,9 @@ clean:
        cd caret
        $(MAKE) -f makefile.vc $(MAKEARGS) clean
        cd "$(MAKEDIR)"
+       cd clipboard
+       $(MAKE) -f makefile.vc $(MAKEARGS) clean
+       cd "$(MAKEDIR)"
        cd collpane
        $(MAKE) -f makefile.vc $(MAKEARGS) clean
        cd "$(MAKEDIR)"
@@ -293,6 +296,11 @@ sub_caret:
        $(MAKE) -f makefile.vc $(MAKEARGS) all
        cd "$(MAKEDIR)"
 
+sub_clipboard: 
+       cd clipboard
+       $(MAKE) -f makefile.vc $(MAKEARGS) all
+       cd "$(MAKEDIR)"
+
 sub_collpane: 
        cd collpane
        $(MAKE) -f makefile.vc $(MAKEARGS) all
index 063589cd556a9daba0978a4a5ecafc49a4a5b9d6..50e692b84eb0867fd2089bf3a64eaedc6deab93c 100644 (file)
@@ -48,7 +48,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
 
 ### Targets: ###
 
-all : .SYMBOLIC access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
+all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
 
 clean : .SYMBOLIC 
        -if exist .\*.obj del .\*.obj
@@ -74,6 +74,9 @@ clean : .SYMBOLIC
        cd caret
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
        cd $(WATCOM_CWD)
+       cd clipboard
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+       cd $(WATCOM_CWD)
        cd collpane
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
        cd $(WATCOM_CWD)
@@ -309,6 +312,11 @@ caret : .SYMBOLIC
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
        cd $(WATCOM_CWD)
 
+clipboard : .SYMBOLIC 
+       cd clipboard
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
+       cd $(WATCOM_CWD)
+
 collpane : .SYMBOLIC 
        cd collpane
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all