X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..3febf6845ffa9f9004dc5000e01a0f01d8a6f57c:/contrib/src/ogl/makefile.vc diff --git a/contrib/src/ogl/makefile.vc b/contrib/src/ogl/makefile.vc index f4d62a3a74..264aaaac4c 100644 --- a/contrib/src/ogl/makefile.vc +++ b/contrib/src/ogl/makefile.vc @@ -28,7 +28,7 @@ PROGRAM=test OBJECTS = $(D)\basic.obj $(D)\basic2.obj $(D)\canvas.obj $(D)\ogldiag.obj $(D)\lines.obj $(D)\misc.obj $(D)\divided.obj $(D)\constrnt.obj\ $(D)\composit.obj $(D)\drawn.obj $(D)\bmpshape.obj $(D)\mfutils.obj -LIBTARGET=$(WXDIR)\contrib\lib\ogl$(LIBEXT).lib +LIBTARGET=$(WXDIR)\lib\ogl$(LIBEXT).lib all: $(D) $(LIBTARGET) @@ -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)