]> git.saurik.com Git - wxWidgets.git/commitdiff
added helpview to makefile
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:03:56 +0000 (00:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:03:56 +0000 (00:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/Makefile.vc

index 2643a2e0d197986ccfb1c61e288cc36695fd2e29..948b7720b91b8df948eb56907bdc629a1bf7cee3 100644 (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