+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_mobile:
+ cd mobile
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_multimon:
+ cd multimon
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_nativdlg:
+ cd nativdlg
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_notebook:
+ cd notebook
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_oleauto:
+ cd oleauto
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_opengl:
+ cd opengl
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_ownerdrw:
+ cd ownerdrw
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_png:
+ cd png
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_printing:
+ cd printing
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_propsize:
+ cd propsize
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_regtest:
+ cd regtest
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_render:
+ cd render
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_richedit:
+ cd richedit
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_rotate:
+ cd rotate
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_sashtest:
+ cd sashtest
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_scroll:
+ cd scroll
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_scrollsub:
+ cd scrollsub
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_shaped:
+ cd shaped
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_sockets:
+ cd sockets
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_splitter:
+ cd splitter
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_statbar:
+ cd statbar
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_tab:
+ cd tab
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_taskbar:
+ cd taskbar
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_text:
+ cd text
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_thread:
+ cd thread
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_toolbar:
+ cd toolbar
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_treectrl:
+ cd treectrl
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_typetest:
+ cd typetest
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_validate:
+ cd validate
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_vscroll:
+ cd vscroll
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_widgets:
+ cd widgets
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_wizard:
+ cd wizard
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
+ cd $(MAKEDIR)
+
+sub_wxtest:
+ cd wxtest
+ $(MAKE) /$(MAKEFLAGS) -f makefile.vc all