mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / win32 / win32-def.mk
blobe6ae31c3b2a43904715e6ef1e97f799eaa3b8a51
2 # FreeType 2 Win32 specific definitions
6 # Copyright 1996-2000, 2003, 2005, 2006 by
7 # David Turner, Robert Wilhelm, and Werner Lemberg.
9 # This file is part of the FreeType project, and may only be used, modified,
10 # and distributed under the terms of the FreeType project license,
11 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
12 # indicate that you have read the license and understand and accept it
13 # fully.
16 DELETE := del
17 CAT := type
18 SEP := $(strip \ )
19 BUILD_DIR := $(TOP_DIR)/builds/win32
20 PLATFORM := win32
22 # The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
24 E := .exe
25 E_BUILD := .exe
28 # The directory where all library files are placed.
30 # By default, this is the same as $(OBJ_DIR); however, this can be changed
31 # to suit particular needs.
33 LIB_DIR := $(OBJ_DIR)
36 # The name of the final library file. Note that the DOS-specific Makefile
37 # uses a shorter (8.3) name.
39 LIBRARY := $(PROJECT)
42 # The NO_OUTPUT macro is used to ignore the output of commands.
44 NO_OUTPUT = 2> nul
47 # EOF