mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / os2 / os2-def.mk
blob01cda9285af5ebae2511f9ee13447d24f1edd130
2 # FreeType 2 OS/2 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/os2
20 PLATFORM := os2
22 # The executable file extension (for tools), *with* leading dot.
24 E := .exe
26 # The directory where all library files are placed.
28 # By default, this is the same as $(OBJ_DIR); however, this can be changed
29 # to suit particular needs.
31 LIB_DIR := $(OBJ_DIR)
33 # The name of the final library file. Note that the DOS-specific Makefile
34 # uses a shorter (8.3) name.
36 LIBRARY := $(PROJECT)
39 # The NO_OUTPUT macro is used to ignore the output of commands.
41 NO_OUTPUT = 2> nul
44 # EOF