X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddbde726d7d44360eb253f2fe95d83343418c5e3..b6e5eaa59701315ca06996ff845872ca4122695f:/samples/html/Makefile.vc diff --git a/samples/html/Makefile.vc b/samples/html/Makefile.vc index 2643a2e0d1..948b7720b9 100644 --- a/samples/html/Makefile.vc +++ b/samples/html/Makefile.vc @@ -26,6 +26,8 @@ all: 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 @@ -42,6 +44,8 @@ clean: 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