X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58580a7e3cf744de919827f827f14e595f8231af..892aeafc2a0212b4c3bebcaddd96a42cdd307afd:/contrib/src/gizmos/makefile.vc diff --git a/contrib/src/gizmos/makefile.vc b/contrib/src/gizmos/makefile.vc index 2bcb5886fa..bcfd23804e 100644 --- a/contrib/src/gizmos/makefile.vc +++ b/contrib/src/gizmos/makefile.vc @@ -126,8 +126,8 @@ $(DOCDIR)\htmlhelp\gizmos.chm: $(DOCDIR)\html\gizmos\gizmos.htm $(DOCDIR)\html\g # Optionally, a cached version of the .hhp file can be generated with hhp2cached. $(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm cd $(DOCDIR)\html\gizmos - -erase /Y gizmos.zip gizmos.htb - zip32 gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk + -erase gizmos.zip gizmos.htb + zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk -mkdir $(DOCDIR)\htb move gizmos.zip $(DOCDIR)\htb\gizmos.htb cd $(THISDIR)