nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\help
nmake -f makefile.vc FINAL=$(FINAL)
+ cd $(WXDIR)\samples\html\helpview
+ nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\printing
nmake -f makefile.vc FINAL=$(FINAL)
cd $(WXDIR)\samples\html\test
nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\help
nmake -f makefile.vc clean
+ cd $(WXDIR)\samples\html\helpview
+ nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\printing
nmake -f makefile.vc clean
cd $(WXDIR)\samples\html\test