From: Václav Slavík Date: Thu, 27 Jan 2000 00:03:56 +0000 (+0000) Subject: added helpview to makefile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7517f8f5407cc51183e84391bcebfa7a474f24b7 added helpview to makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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