freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] Compilation on OpenVMS with pshinter


From: David Turner
Subject: Re: [Devel] Compilation on OpenVMS with pshinter
Date: Fri, 19 Oct 2001 09:42:02 +0200

Hi Jouk,

  thanks for your files, I've just commited them to the CVS.
  By the way, did you try to build freetype with the "FT Jam"
  tool on VMS, I'd really like to get rid of the old Makefiles to
  only use Jamfiles instead..

Regards,

- David


"Jacob (=Jouk) Jansen" a écrit :
> 
> Hi,
> 
> Due to the addition of the pshinter, the OpenVMS makefiles need to be updated
> for freetype2. I attached two files:
> 
>  descrip.mms     (to be replaced in the CVS)
>  src/pshinter/descrip.mms (To be added to the CVS)
> 
> Can anyone make thse changes?
> 
>         Jouk
> 
> >----------------------descrip.mms----------------------------------------<
> #
> # FreeType 2 build system -- top-level Makefile for OpenVMS
> #
> 
> # Copyright 2001 by
> # David Turner, Robert Wilhelm, and Werner Lemberg.
> #
> # This file is part of the FreeType project, and may only be used, modified,
> # and distributed under the terms of the FreeType project license,
> # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
> # indicate that you have read the license and understand and accept it
> # fully.
> 
> all :
>         define freetype [--.include.freetype]
>         define psaux [-.psaux]
>         define autohint [-.autohint]
>         define base [-.base]
>         define cache [-.cache]
>         define cff [-.cff]
>         define cid [-.cid]
>         define pcf [-.pcf]
>         define psnames [-.psnames]
>         define raster [-.raster]
>         define sfnt [-.sfnt]
>         define smooth [-.smooth]
>         define truetype [-.truetype]
>         define type1 [-.type1]
>         define winfonts [-.winfonts]
>         if f$search("lib.dir") .eqs. "" then create/directory [.lib]
>         set default [.builds.vms]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [--.src.autohint]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.base]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.cache]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.cff]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.cid]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.pcf]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.psaux]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.pshinter]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.psnames]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.raster]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.sfnt]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.smooth]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.truetype]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.type1]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [-.winfonts]
>         $(MMS)$(MMSQUALIFIERS)
>         set default [--]
> 
> # EOF
> >----------------------descrip.mms----------------------------------------<
> 
> >----------------------src/pshinter/descrip.mms---------------------------<
> #
> # FreeType 2 PSHinter driver compilation rules for OpenVMS
> #
> 
> # Copyright 2001 by
> # David Turner, Robert Wilhelm, and Werner Lemberg.
> #
> # This file is part of the FreeType project, and may only be used, modified,
> # and distributed under the terms of the FreeType project license,
> # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
> # indicate that you have read the license and understand and accept it
> # fully.
> 
> CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.psnames])
> 
> OBJS=pshinter.obj
> 
> all : $(OBJS)
>         library [--.lib]freetype.olb $(OBJS)
> 
> # EOF
> >----------------------src/pshinter/descrip.mms---------------------------<
> 
> Bush : All votes are equal but some votes are more equal than others.
> 
> >------------------------------------------------------------------------------<
> 
>   Jouk Jansen
> 
>   address@hidden
> 
>   Technische Universiteit Delft        tttttttttt  uu     uu  ddddddd
>   Nationaal centrum voor HREM          tttttttttt  uu     uu  dd    dd
>   Rotterdamseweg 137                       tt      uu     uu  dd     dd
>   2628 AL Delft                            tt      uu     uu  dd     dd
>   Nederland                                tt      uu     uu  dd    dd
>   tel. 31-15-2782272                       tt       uuuuuuu   ddddddd
> 
> >------------------------------------------------------------------------------<
> 
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]