vrshoot

annotate libs/ft2static/ft2build.h @ 0:b2f14e535253

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 01 Feb 2014 19:58:19 +0200
parents
children
rev   line source
nuclear@0 1 /***************************************************************************/
nuclear@0 2 /* */
nuclear@0 3 /* ft2build.h */
nuclear@0 4 /* */
nuclear@0 5 /* FreeType 2 build and setup macros. */
nuclear@0 6 /* (Generic version) */
nuclear@0 7 /* */
nuclear@0 8 /* Copyright 1996-2001, 2006 by */
nuclear@0 9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
nuclear@0 10 /* */
nuclear@0 11 /* This file is part of the FreeType project, and may only be used, */
nuclear@0 12 /* modified, and distributed under the terms of the FreeType project */
nuclear@0 13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
nuclear@0 14 /* this file you indicate that you have read the license and */
nuclear@0 15 /* understand and accept it fully. */
nuclear@0 16 /* */
nuclear@0 17 /***************************************************************************/
nuclear@0 18
nuclear@0 19
nuclear@0 20 /*************************************************************************/
nuclear@0 21 /* */
nuclear@0 22 /* This file corresponds to the default `ft2build.h' file for */
nuclear@0 23 /* FreeType 2. It uses the `freetype' include root. */
nuclear@0 24 /* */
nuclear@0 25 /* Note that specific platforms might use a different configuration. */
nuclear@0 26 /* See builds/unix/ft2unix.h for an example. */
nuclear@0 27 /* */
nuclear@0 28 /*************************************************************************/
nuclear@0 29
nuclear@0 30
nuclear@0 31 #ifndef __FT2_BUILD_GENERIC_H__
nuclear@0 32 #define __FT2_BUILD_GENERIC_H__
nuclear@0 33
nuclear@0 34 #include <freetype/config/ftheader.h>
nuclear@0 35
nuclear@0 36 #endif /* __FT2_BUILD_GENERIC_H__ */
nuclear@0 37
nuclear@0 38
nuclear@0 39 /* END */