1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/freetype2/devel/ft2build.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +/***************************************************************************/ 1.5 +/* */ 1.6 +/* ft2build.h */ 1.7 +/* */ 1.8 +/* FreeType 2 build and setup macros (development version). */ 1.9 +/* */ 1.10 +/* Copyright 1996-2001, 2003, 2006, 2013 by */ 1.11 +/* David Turner, Robert Wilhelm, and Werner Lemberg. */ 1.12 +/* */ 1.13 +/* This file is part of the FreeType project, and may only be used, */ 1.14 +/* modified, and distributed under the terms of the FreeType project */ 1.15 +/* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 1.16 +/* this file you indicate that you have read the license and */ 1.17 +/* understand and accept it fully. */ 1.18 +/* */ 1.19 +/***************************************************************************/ 1.20 + 1.21 + 1.22 + /* 1.23 + * This is a development version of <ft2build.h> to build the library in 1.24 + * debug mode. Its only difference to the default version is that it 1.25 + * includes a local `ftoption.h' header file with different settings for 1.26 + * many configuration macros. 1.27 + * 1.28 + * To use it, simply ensure that the directory containing this file is 1.29 + * scanned by the compiler before the default FreeType header directory. 1.30 + * 1.31 + */ 1.32 + 1.33 +#ifndef __FT2BUILD_H__ 1.34 +#define __FT2BUILD_H__ 1.35 + 1.36 +#define FT_CONFIG_OPTIONS_H <ftoption.h> 1.37 + 1.38 +#include <config/ftheader.h> 1.39 + 1.40 +#endif /* __FT2BUILD_H__ */ 1.41 + 1.42 + 1.43 +/* END */