- nmake -f makefile.vc FINAL=$(FINAL)
- cd $(WXDIR)\samples\bombs
- nmake -f makefile.vc FINAL=$(FINAL)
- cd $(WXDIR)\samples\fractal
- nmake -f makefile.vc FINAL=$(FINAL)
- cd $(WXDIR)\samples\wxpoem
- nmake -f makefile.vc FINAL=$(FINAL)
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\minimal
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\nativdlg
+ nmake -f makefile.vc $(MAKEFLAGS)
+!if "$(COMPIL)"==""
+ cd $(WXDIR)\samples\dialup
+ nmake -f makefile.vc $(MAKEFLAGS)
+!endif
+ cd $(WXDIR)\samples\notebook
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\oleauto
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\ownerdrw
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\png
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\printing
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\regtest
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\rotate
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\sashtest
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\scroll
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\scrollsub
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\splitter
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\taskbar
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\text
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\thread
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\toolbar
+ nmake -f makefile.vc $(MAKEFLAGS)
+ cd $(WXDIR)\samples\treectrl
+ nmake -f makefile.vc $(MAKEFLAGS)