X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39c5bef057f6c72c580630051703b4f5c4f4930f..26a12ab34cc822b99eb0c0431a4d299dcc2c32c8:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 96f92113f2..1e40438a8b 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.4 (http://bakefile.sourceforge.net) +# Bakefile 0.1.6 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -31,11 +31,12 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ ### 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_mediaplayer 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_splash 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 +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_mediaplayer 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_popup 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_splash sub_splitter sub_statbar 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 -if exist .\*.res del .\*.res + -if exist .\*.pch del .\*.pch cd access $(MAKE) -f makefile.vc $(MAKEARGS) clean cd $(MAKEDIR) @@ -186,6 +187,9 @@ clean: cd png $(MAKE) -f makefile.vc $(MAKEARGS) clean cd $(MAKEDIR) + cd popup + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd $(MAKEDIR) cd printing $(MAKE) -f makefile.vc $(MAKEARGS) clean cd $(MAKEDIR) @@ -231,9 +235,6 @@ clean: cd statbar $(MAKE) -f makefile.vc $(MAKEARGS) clean cd $(MAKEDIR) - cd tab - $(MAKE) -f makefile.vc $(MAKEARGS) clean - cd $(MAKEDIR) cd taskbar $(MAKE) -f makefile.vc $(MAKEARGS) clean cd $(MAKEDIR) @@ -515,6 +516,11 @@ sub_png: $(MAKE) -f makefile.vc $(MAKEARGS) all cd $(MAKEDIR) +sub_popup: + cd popup + $(MAKE) -f makefile.vc $(MAKEARGS) all + cd $(MAKEDIR) + sub_printing: cd printing $(MAKE) -f makefile.vc $(MAKEARGS) all @@ -590,11 +596,6 @@ sub_statbar: $(MAKE) -f makefile.vc $(MAKEARGS) all cd $(MAKEDIR) -sub_tab: - cd tab - $(MAKE) -f makefile.vc $(MAKEARGS) all - cd $(MAKEDIR) - sub_taskbar: cd taskbar $(MAKE) -f makefile.vc $(MAKEARGS) all @@ -644,3 +645,4 @@ sub_wizard: cd wizard $(MAKE) -f makefile.vc $(MAKEARGS) all cd $(MAKEDIR) +