X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..29fd317b4b5f7e9020ebb6f1187c5f8b3c28d5a3:/contrib/src/ogl/makefile.vc diff --git a/contrib/src/ogl/makefile.vc b/contrib/src/ogl/makefile.vc index f4d62a3a74..0256bf119f 100644 --- a/contrib/src/ogl/makefile.vc +++ b/contrib/src/ogl/makefile.vc @@ -174,6 +174,7 @@ $(DOCDIR)\html\ogl\ogl.htm: $(DOCSOURCES) $(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp cd $(DOCDIR)\html\ogl -hhc ogl.hhp + -erase $(DOCDIR)\htmlhelp\ogl.chm move ogl.chm $(DOCDIR)\htmlhelp\ogl.chm cd $(THISDIR) @@ -183,9 +184,11 @@ $(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hh # Optionally, a cached version of the .hhp file can be generated with hhp2cached. $(DOCDIR)\htb\ogl.htb: $(DOCDIR)\html\ogl\ogl.htm cd $(DOCDIR)\html\ogl - -erase /Y ogl.zip ogl.htb - zip32 ogl.zip *.htm *.gif *.hhp *.hhc *.hhk + -erase ogl.zip ogl.htb + zip ogl.zip *.htm *.gif *.hhp *.hhc *.hhk -mkdir $(DOCDIR)\htb + -erase $(DOCDIR)\htb\ogl.htb + -erase $(DOCDIR)\htb\ogl.htb move ogl.zip $(DOCDIR)\htb\ogl.htb cd $(THISDIR)