added helpview to makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-01-27 00:03:56 +00:00
parent 3592c01e44
commit 7517f8f540

View File

@ -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