Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / unix / unix-dev.mk
blob76bae3862ae598439979ebc11aca912d56400ba1
2 # FreeType 2 Configuration rules for Unix + GCC
4 # Development version without optimizations & libtool
5 # and no installation.
9 # Copyright 1996-2000, 2003, 2006 by
10 # David Turner, Robert Wilhelm, and Werner Lemberg.
12 # This file is part of the FreeType project, and may only be used, modified,
13 # and distributed under the terms of the FreeType project license,
14 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
15 # indicate that you have read the license and understand and accept it
16 # fully.
19 DEVEL_DIR := $(TOP_DIR)/devel
21 include $(TOP_DIR)/builds/unix/unixddef.mk
22 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
23 include $(TOP_DIR)/builds/link_std.mk
26 # EOF