Edit

kc3-lang/freetype/builds/dos/dos-emx.mk

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2003-06-13 07:38:22
    Hash : d5553d35
    Message : * builds/dos/detect.mk: Test not only for `Dos' but for `DOS' also. * builds/dos/dos-emx.mk, builds/compiler/emx.mk: New files for EMX gcc compiler. * builds/dos/detect.mk: Add target `emx'. * builds/compiler/watcom.mk (LINK_LIBRARY): GNU Make for DOS doesn't like a trailing semicolon; add a dummy command.

  • builds/dos/dos-emx.mk
  • #
    # FreeType 2 configuration rules for the EMX gcc compiler
    #
    
    
    # Copyright 2003 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.
    
    
    include $(TOP_DIR)/builds/dos/dos-def.mk
    include $(TOP_DIR)/builds/compiler/emx.mk
    include $(TOP_DIR)/builds/link_dos.mk
    
    
    # EOF