Edit

kc3-lang/freetype/src/pshinter/descrip.mms

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2002-03-31 18:48:24
    Hash : b7b163cb
    Message : * src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU). * src/sfnt/ttcmap0.c: 16bit fixes. (TT_Build_CMaps): Simplify debug messages. (tt_cmap12_char_next): Fix offset. * src/sfnt/ttload.c (TT_Load_Names, TT_Load_CMap): Fix debug messages. (TT_Load_OS2): 16bit fix.

  • src/pshinter/descrip.mms
  • #
    # FreeType 2 PSHinter driver compilation rules for OpenVMS
    #
    
    
    # Copyright 2001, 2002 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