nuclear@0: /***************************************************************************/ nuclear@0: /* */ nuclear@0: /* ft2build.h */ nuclear@0: /* */ nuclear@0: /* FreeType 2 build and setup macros. */ nuclear@0: /* (Generic version) */ nuclear@0: /* */ nuclear@0: /* Copyright 1996-2001, 2006 by */ nuclear@0: /* David Turner, Robert Wilhelm, and Werner Lemberg. */ nuclear@0: /* */ nuclear@0: /* This file is part of the FreeType project, and may only be used, */ nuclear@0: /* modified, and distributed under the terms of the FreeType project */ nuclear@0: /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ nuclear@0: /* this file you indicate that you have read the license and */ nuclear@0: /* understand and accept it fully. */ nuclear@0: /* */ nuclear@0: /***************************************************************************/ nuclear@0: nuclear@0: nuclear@0: /*************************************************************************/ nuclear@0: /* */ nuclear@0: /* This file corresponds to the default `ft2build.h' file for */ nuclear@0: /* FreeType 2. It uses the `freetype' include root. */ nuclear@0: /* */ nuclear@0: /* Note that specific platforms might use a different configuration. */ nuclear@0: /* See builds/unix/ft2unix.h for an example. */ nuclear@0: /* */ nuclear@0: /*************************************************************************/ nuclear@0: nuclear@0: nuclear@0: #ifndef __FT2_BUILD_GENERIC_H__ nuclear@0: #define __FT2_BUILD_GENERIC_H__ nuclear@0: nuclear@0: #include nuclear@0: nuclear@0: #endif /* __FT2_BUILD_GENERIC_H__ */ nuclear@0: nuclear@0: nuclear@0: /* END */