/src/freetype/src/base/ftbase.c

https://bitbucket.org/cabalistic/ogredeps/ · C · 41 lines · 18 code · 6 blank · 17 comment · 0 complexity · ebe23cb771f98124e9889221d1f7207a MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* ftbase.c */
  4. /* */
  5. /* Single object library component (body only). */
  6. /* */
  7. /* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009 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. #include <ft2build.h>
  18. #define FT_MAKE_OPTION_SINGLE_OBJECT
  19. #include "ftpic.c"
  20. #include "basepic.c"
  21. #include "ftadvanc.c"
  22. #include "ftcalc.c"
  23. #include "ftdbgmem.c"
  24. #include "ftgloadr.c"
  25. #include "ftobjs.c"
  26. #include "ftoutln.c"
  27. #include "ftrfork.c"
  28. #include "ftsnames.c"
  29. #include "ftstream.c"
  30. #include "fttrigon.c"
  31. #include "ftutil.c"
  32. #ifdef FT_MACINTOSH
  33. #include "ftmac.c"
  34. #endif
  35. /* END */