X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1d93f0beeec9d88f8a225aa35a9ccc163dcdb15..9398120d298d745763f253d87d774be3b134b43f:/contrib/src/ogl/makefile.vc?ds=sidebyside diff --git a/contrib/src/ogl/makefile.vc b/contrib/src/ogl/makefile.vc index 0256bf119f..833eaf13b3 100644 --- a/contrib/src/ogl/makefile.vc +++ b/contrib/src/ogl/makefile.vc @@ -19,7 +19,7 @@ OGLINC = $(WXDIR)\contrib\include\wx\ogl THISDIR = $(WXDIR)\contrib\src\ogl EXTRAFLAGS=/DPROLOGIO=1 DOCDIR=$(WXDIR)\contrib\docs -LOCALDOCDIR=$(WXDIR)\contrib\docs\latex\ogl +DOCSOURCEDIR=$(WXDIR)\contrib\docs\latex\ogl !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 -LIBTARGET=$(WXDIR)\contrib\lib\ogl$(LIBEXT).lib +LIBTARGET=$(WXDIR)\lib\ogl$(LIBEXT).lib all: $(D) $(LIBTARGET) @@ -126,10 +126,10 @@ clean: -erase *.pdb -erase $(LIBTARGET) -DOCSOURCES=$(LOCALDOCDIR)\ogl.tex \ - $(LOCALDOCDIR)\bugs.tex $(LOCALDOCDIR)\changes.tex\ - $(LOCALDOCDIR)\classes.tex $(LOCALDOCDIR)\intro.tex\ - $(LOCALDOCDIR)\topics.tex $(LOCALDOCDIR)\sample.tex +DOCSOURCES=$(DOCSOURCEDIR)\ogl.tex \ + $(DOCSOURCEDIR)\bugs.tex $(DOCSOURCEDIR)\changes.tex\ + $(DOCSOURCEDIR)\classes.tex $(DOCSOURCEDIR)\intro.tex\ + $(DOCSOURCEDIR)\topics.tex $(DOCSOURCEDIR)\sample.tex html: $(DOCDIR)\html\ogl\ogl.htm htmlhelp: $(DOCDIR)\htmlhelp\ogl.chm @@ -139,33 +139,32 @@ pdfrtf: $(DOCDIR)\pdf\ogl.rtf ps: $(DOCDIR)\ps\ogl.ps touchmanual: - touch $(LOCALDOCDIR)\ogl.tex + touch $(DOCSOURCEDIR)\ogl.tex - -$(DOCDIR)\winhelp\ogl.hlp: $(LOCALDOCDIR)\ogl.rtf $(LOCALDOCDIR)\ogl.hpj - cd $(LOCALDOCDIR) +$(DOCDIR)\winhelp\ogl.hlp: $(DOCSOURCEDIR)\ogl.rtf $(DOCSOURCEDIR)\ogl.hpj + cd $(DOCSOURCEDIR) -erase ogl.ph hc ogl move ogl.hlp $(DOCDIR)\winhelp\ogl.hlp move ogl.cnt $(DOCDIR)\winhelp\ogl.cnt cd $(THISDIR) -$(LOCALDOCDIR)\ogl.rtf: $(DOCSOURCES) - cd $(LOCALDOCDIR) - -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\ogl.tex $(LOCALDOCDIR)\ogl.rtf -twice -winhelp +$(DOCSOURCEDIR)\ogl.rtf: $(DOCSOURCES) + cd $(DOCSOURCEDIR) + -start $(WAITFLAG) tex2rtf $(DOCSOURCEDIR)\ogl.tex $(DOCSOURCEDIR)\ogl.rtf -twice -winhelp cd $(THISDIR) $(DOCDIR)\pdf\ogl.rtf: $(DOCSOURCES) - cd $(LOCALDOCDIR) + cd $(DOCSOURCEDIR) -copy *.bmp $(DOCDIR)\pdf - -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\ogl.tex $(DOCDIR)\pdf\ogl.rtf -twice -rtf + -start $(WAITFLAG) tex2rtf $(DOCSOURCEDIR)\ogl.tex $(DOCDIR)\pdf\ogl.rtf -twice -rtf cd $(THISDIR) $(DOCDIR)\html\ogl\ogl.htm: $(DOCSOURCES) - cd $(LOCALDOCDIR) + cd $(DOCSOURCEDIR) -mkdir $(DOCDIR)\html\ogl copy *.gif $(DOCDIR)\html\ogl - -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\ogl.tex $(DOCDIR)\html\ogl\ogl.htm -twice -html + -start $(WAITFLAG) tex2rtf $(DOCSOURCEDIR)\ogl.tex $(DOCDIR)\html\ogl\ogl.htm -twice -html -erase $(DOCDIR)\html\ogl\*.con -erase *.con -erase $(DOCDIR)\html\ogl\*.ref @@ -192,8 +191,8 @@ $(DOCDIR)\htb\ogl.htb: $(DOCDIR)\html\ogl\ogl.htm move ogl.zip $(DOCDIR)\htb\ogl.htb cd $(THISDIR) -$(LOCALDOCDIR)\ogl.dvi: $(DOCSOURCES) - cd $(LOCALDOCDIR) +$(DOCSOURCEDIR)\ogl.dvi: $(DOCSOURCES) + cd $(DOCSOURCEDIR) -latex ogl -latex ogl -makeindx ogl @@ -202,8 +201,8 @@ $(LOCALDOCDIR)\ogl.dvi: $(DOCSOURCES) -latex ogl cd $(THISDIR) -$(WXDIR)\docs\ps\ogl.ps: $(LOCALDOCDIR)\ogl.dvi - cd $(LOCALDOCDIR) +$(WXDIR)\docs\ps\ogl.ps: $(DOCSOURCEDIR)\ogl.dvi + cd $(DOCSOURCEDIR) -dvips32 -o ogl.ps ogl move ogl.ps $(WXDIR)\docs\ps\ogl.ps cd $(THISDIR)