]> 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 5d2f4c83638642c06e93d1c21c740857a0da95c0..264aaaac4c76c5656b7eb867bb934f5f2353300e 100644 (file)
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
-OGLDIR = $(WXDIR)\src\ogl
+OGLDIR = $(WXDIR)\contrib\src\ogl
 OGLINC = $(WXDIR)\contrib\include\wx\ogl
 OGLINC = $(WXDIR)\contrib\include\wx\ogl
-THISDIR = $(WXDIR)\src\ogl
+THISDIR = $(WXDIR)\contrib\src\ogl
 EXTRAFLAGS=/DPROLOGIO=1
 EXTRAFLAGS=/DPROLOGIO=1
-DOCDIR=$(WXDIR)\docs
-LOCALDOCDIR=$(WXDIR)\docs\latex\ogl
+DOCDIR=$(WXDIR)\contrib\docs
+LOCALDOCDIR=$(WXDIR)\contrib\docs\latex\ogl
 
 !include $(WXDIR)\src\makevc.env
 
 
 !include $(WXDIR)\src\makevc.env
 
@@ -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
 
 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)
 
 
 all:    $(D) $(LIBTARGET)
 
@@ -132,7 +132,8 @@ DOCSOURCES=$(LOCALDOCDIR)\ogl.tex \
  $(LOCALDOCDIR)\topics.tex $(LOCALDOCDIR)\sample.tex
 
 html: $(DOCDIR)\html\ogl\ogl.htm
  $(LOCALDOCDIR)\topics.tex $(LOCALDOCDIR)\sample.tex
 
 html: $(DOCDIR)\html\ogl\ogl.htm
-htmlhelp: $(DOCDIR)\html\ogl\ogl.chm
+htmlhelp: $(DOCDIR)\htmlhelp\ogl.chm
+htb:   $(DOCDIR)\htb\ogl.htb
 hlp: $(DOCDIR)\winhelp\ogl.hlp
 pdfrtf: $(DOCDIR)\pdf\ogl.rtf
 ps: $(DOCDIR)\ps\ogl.ps
 hlp: $(DOCDIR)\winhelp\ogl.hlp
 pdfrtf: $(DOCDIR)\pdf\ogl.rtf
 ps: $(DOCDIR)\ps\ogl.ps
@@ -166,16 +167,30 @@ $(DOCDIR)\html\ogl\ogl.htm:         $(DOCSOURCES)
         copy *.gif $(DOCDIR)\html\ogl
         -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\ogl.tex $(DOCDIR)\html\ogl\ogl.htm -twice -html
         -erase $(DOCDIR)\html\ogl\*.con
         copy *.gif $(DOCDIR)\html\ogl
         -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\ogl.tex $(DOCDIR)\html\ogl\ogl.htm -twice -html
         -erase $(DOCDIR)\html\ogl\*.con
-       -erase *.con
+        -erase *.con
         -erase $(DOCDIR)\html\ogl\*.ref
         cd $(THISDIR)
 
         -erase $(DOCDIR)\html\ogl\*.ref
         cd $(THISDIR)
 
-
-$(DOCDIR)\html\ogl\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp
+$(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp
        cd $(DOCDIR)\html\ogl
        -hhc ogl.hhp
        cd $(DOCDIR)\html\ogl
        -hhc ogl.hhp
+    -erase $(DOCDIR)\htmlhelp\ogl.chm
+    move ogl.chm $(DOCDIR)\htmlhelp\ogl.chm
        cd $(THISDIR)
 
        cd $(THISDIR)
 
+# An htb file is a zip file containing the .htm, .gif, .hhp, .hhc and .hhk
+# files, renamed to htb.
+# This can then be used with e.g. helpview.
+# 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 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)
 
 $(LOCALDOCDIR)\ogl.dvi:        $(DOCSOURCES)
        cd $(LOCALDOCDIR)
 
 $(LOCALDOCDIR)\ogl.dvi:        $(DOCSOURCES)
        cd $(LOCALDOCDIR)
@@ -193,4 +208,3 @@ $(WXDIR)\docs\ps\ogl.ps:    $(LOCALDOCDIR)\ogl.dvi
         move ogl.ps $(WXDIR)\docs\ps\ogl.ps
         cd $(THISDIR)
 
         move ogl.ps $(WXDIR)\docs\ps\ogl.ps
         cd $(THISDIR)
 
-