• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# FreeType 2 configuration rules for OS/2 + GCC
3#
4#   Development version without optimizations.
5#
6
7
8# Copyright 1996-2018 by
9# David Turner, Robert Wilhelm, and Werner Lemberg.
10#
11# This file is part of the FreeType project, and may only be used, modified,
12# and distributed under the terms of the FreeType project license,
13# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
14# indicate that you have read the license and understand and accept it
15# fully.
16
17
18DEVEL_DIR := $(TOP_DIR)/devel
19
20# include OS/2-specific definitions
21include $(TOP_DIR)/builds/os2/os2-def.mk
22
23# include gcc-specific definitions
24include $(TOP_DIR)/builds/compiler/gcc-dev.mk
25
26# include linking instructions
27include $(TOP_DIR)/builds/link_dos.mk
28
29
30# EOF
31