mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / win32 / w32-dev.mk
blob00cacb0f675ee204fe17d1311682e834301efc3d
2 # FreeType 2 configuration rules for Win32 + GCC
4 # Development version without optimizations.
8 # Copyright 1996-2000, 2003, 2006 by
9 # David Turner, Robert Wilhelm, and Werner Lemberg.
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.
18 # NOTE: This version requires that GNU Make is invoked from the Windows
19 # Shell (_not_ Cygwin BASH)!
22 DEVEL_DIR := $(TOP_DIR)/devel
24 include $(TOP_DIR)/builds/win32/win32-def.mk
26 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
28 # include linking instructions
29 include $(TOP_DIR)/builds/link_dos.mk
32 # EOF