00001 /***************************************************************************/ 00002 /* */ 00003 /* ft2build.h */ 00004 /* */ 00005 /* FreeType 2 build and setup macros. */ 00006 /* (Generic version) */ 00007 /* */ 00008 /* Copyright 1996-2001, 2003, 2006 by */ 00009 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 00010 /* */ 00011 /* This file is part of the FreeType project, and may only be used, */ 00012 /* modified, and distributed under the terms of the FreeType project */ 00013 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00014 /* this file you indicate that you have read the license and */ 00015 /* understand and accept it fully. */ 00016 /* */ 00017 /***************************************************************************/ 00018 00019 00020 /* 00021 * This is a development version of <ft2build.h> that is used 00022 * to build the library in debug mode. Its only difference with 00023 * the reference is that it forces the use of the local `ftoption.h' 00024 * which contains different settings for all configuration macros. 00025 * 00026 * To use it, you must define the environment variable FT2_BUILD_INCLUDE 00027 * to point to the directory containing these two files (`ft2build.h' and 00028 * `ftoption.h'), then invoke Jam as usual. 00029 */ 00030 00031 #ifndef __FT2_BUILD_DEVEL_H__ 00032 #define __FT2_BUILD_DEVEL_H__ 00033 00034 #define FT_CONFIG_OPTIONS_H <ftoption.h> 00035 00036 #include <freetype/config/ftheader.h> 00037 00038 #endif /* __FT2_BUILD_DEVEL_H__ */ 00039 00040 00041 /* END */