root / trunk / tbeta / Windows / libs / free_type_2.1.4 / include / ft2build.h @ 139
View | Annotate | Download (3.7 KB)
| 1 | /***************************************************************************/
|
|---|---|
| 2 | /* */
|
| 3 | /* ft2build.h */
|
| 4 | /* */
|
| 5 | /* Build macros of the FreeType 2 library. */
|
| 6 | /* */
|
| 7 | /* Copyright 1996-2001 by */
|
| 8 | /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| 9 | /* */
|
| 10 | /* This file is part of the FreeType project, and may only be used, */
|
| 11 | /* modified, and distributed under the terms of the FreeType project */
|
| 12 | /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
| 13 | /* this file you indicate that you have read the license and */
|
| 14 | /* understand and accept it fully. */
|
| 15 | /* */
|
| 16 | /***************************************************************************/
|
| 17 | |
| 18 | |
| 19 | /*************************************************************************/
|
| 20 | /* */
|
| 21 | /* This is a Unix-specific version of <ft2build.h> that should be used */
|
| 22 | /* exclusively *after* installation of the library. */
|
| 23 | /* */
|
| 24 | /* It assumes that "/usr/local/include/freetype2" (or wathever is */
|
| 25 | /* returned by the "freetype-config --cflags" command) is in your */
|
| 26 | /* compilation include path. */
|
| 27 | /* */
|
| 28 | /* We don't need to do anything special in this release. However, for */
|
| 29 | /* FreeType 2.1, the following installation changes will be performed: */
|
| 30 | /* */
|
| 31 | /* - The contents of "freetype-2.1/include/freetype" will be installed */
|
| 32 | /* to "/usr/local/include/freetype2" instead of */
|
| 33 | /* "/usr/local/include/freetype2/freetype". */
|
| 34 | /* */
|
| 35 | /* - This file will #include <freetype2/config/ftheader.h>, instead */
|
| 36 | /* of <freetype/config/ftheader.h>. */
|
| 37 | /* */
|
| 38 | /* - The contents of "ftheader.h" will be processed with `sed' to */
|
| 39 | /* replace all "<freetype/xxx>" with "<freetype2/xxx>". */
|
| 40 | /* */
|
| 41 | /* - Adding "/usr/local/include/freetype2" to your compilation include */
|
| 42 | /* path will not be necessary anymore. The command */
|
| 43 | /* "freetype-config --cflags" will return an empty string. */
|
| 44 | /* */
|
| 45 | /* - Client applications which adhere to the new inclusion scheme */
|
| 46 | /* WILL NOT NEED TO BE MODIFIED to compile with FT 2.1! */
|
| 47 | /* */
|
| 48 | /*************************************************************************/
|
| 49 | |
| 50 | |
| 51 | #ifndef __FT2_BUILD_UNIX_H__
|
| 52 | #define __FT2_BUILD_UNIX_H__
|
| 53 | |
| 54 | /* "/usr/local/include/freetype2" must be in your current inclusion path */
|
| 55 | #include <freetype/config/ftheader.h> |
| 56 | |
| 57 | #endif /* __FT2_BUILD_UNIX_H__ */ |
| 58 | |
| 59 | |
| 60 | /* END */
|
