vrshoot

diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libs/ft2static/ft2build.h	Sat Feb 01 19:58:19 2014 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +/***************************************************************************/
     1.5 +/*                                                                         */
     1.6 +/*  ft2build.h                                                             */
     1.7 +/*                                                                         */
     1.8 +/*    FreeType 2 build and setup macros.                                   */
     1.9 +/*    (Generic version)                                                    */
    1.10 +/*                                                                         */
    1.11 +/*  Copyright 1996-2001, 2006 by                                           */
    1.12 +/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
    1.13 +/*                                                                         */
    1.14 +/*  This file is part of the FreeType project, and may only be used,       */
    1.15 +/*  modified, and distributed under the terms of the FreeType project      */
    1.16 +/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
    1.17 +/*  this file you indicate that you have read the license and              */
    1.18 +/*  understand and accept it fully.                                        */
    1.19 +/*                                                                         */
    1.20 +/***************************************************************************/
    1.21 +
    1.22 +
    1.23 +  /*************************************************************************/
    1.24 +  /*                                                                       */
    1.25 +  /* This file corresponds to the default `ft2build.h' file for            */
    1.26 +  /* FreeType 2.  It uses the `freetype' include root.                     */
    1.27 +  /*                                                                       */
    1.28 +  /* Note that specific platforms might use a different configuration.     */
    1.29 +  /* See builds/unix/ft2unix.h for an example.                             */
    1.30 +  /*                                                                       */
    1.31 +  /*************************************************************************/
    1.32 +
    1.33 +
    1.34 +#ifndef __FT2_BUILD_GENERIC_H__
    1.35 +#define __FT2_BUILD_GENERIC_H__
    1.36 +
    1.37 +#include <freetype/config/ftheader.h>
    1.38 +
    1.39 +#endif /* __FT2_BUILD_GENERIC_H__ */
    1.40 +
    1.41 +
    1.42 +/* END */