michael@0: /***************************************************************************/ michael@0: /* */ michael@0: /* ft2build.h */ michael@0: /* */ michael@0: /* FreeType 2 build and setup macros (development version). */ michael@0: /* */ michael@0: /* Copyright 1996-2001, 2003, 2006, 2013 by */ michael@0: /* David Turner, Robert Wilhelm, and Werner Lemberg. */ michael@0: /* */ michael@0: /* This file is part of the FreeType project, and may only be used, */ michael@0: /* modified, and distributed under the terms of the FreeType project */ michael@0: /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ michael@0: /* this file you indicate that you have read the license and */ michael@0: /* understand and accept it fully. */ michael@0: /* */ michael@0: /***************************************************************************/ michael@0: michael@0: michael@0: /* michael@0: * This is a development version of to build the library in michael@0: * debug mode. Its only difference to the default version is that it michael@0: * includes a local `ftoption.h' header file with different settings for michael@0: * many configuration macros. michael@0: * michael@0: * To use it, simply ensure that the directory containing this file is michael@0: * scanned by the compiler before the default FreeType header directory. michael@0: * michael@0: */ michael@0: michael@0: #ifndef __FT2BUILD_H__ michael@0: #define __FT2BUILD_H__ michael@0: michael@0: #define FT_CONFIG_OPTIONS_H michael@0: michael@0: #include michael@0: michael@0: #endif /* __FT2BUILD_H__ */ michael@0: michael@0: michael@0: /* END */