d5553d35f3
* 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.
22 lines
567 B
Makefile
22 lines
567 B
Makefile
#
|
|
# 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
|