]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/makefile.vc
Enabling the Pop Menu fix to peek at all the command messages. Required adding a...
[wxWidgets.git] / contrib / src / ogl / makefile.vc
index f4d62a3a74456f1531bb2f3e2bcf51d237a8575a..264aaaac4c76c5656b7eb867bb934f5f2353300e 100644 (file)
@@ -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)