]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.vc
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git] / 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