X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28c0bed36a7063f87dc851e65fa3b0b606224ee1..29fd317b4b5f7e9020ebb6f1187c5f8b3c28d5a3:/contrib/src/xml/makefile.vc diff --git a/contrib/src/xml/makefile.vc b/contrib/src/xml/makefile.vc index f29130e2ce..f08bc4c9da 100644 --- a/contrib/src/xml/makefile.vc +++ b/contrib/src/xml/makefile.vc @@ -101,8 +101,8 @@ $(DOCDIR)\htmlhelp\xml.chm: $(DOCDIR)\html\xml\xml.htm $(DOCDIR)\html\xml\xml.hh # Optionally, a cached version of the .hhp file can be generated with hhp2cached. $(DOCDIR)\htb\xml.htb: $(DOCDIR)\html\xml\xml.htm cd $(DOCDIR)\html\xml - -erase /Y xml.zip xml.htb - zip32 xml.zip *.htm *.gif *.hhp *.hhc *.hhk + -erase xml.zip xml.htb + zip xml.zip *.htm *.gif *.hhp *.hhc *.hhk -mkdir $(DOCDIR)\htb move xml.zip $(DOCDIR)\htb\xml.htb cd $(THISDIR)