2000-01-02 10:41:30 +01:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* ftbase.c */
|
|
|
|
/* */
|
2000-07-14 08:16:47 +02:00
|
|
|
/* Single object library component (body only). */
|
2000-01-02 10:41:30 +01:00
|
|
|
/* */
|
2016-01-13 11:54:10 +01:00
|
|
|
/* Copyright 1996-2016 by */
|
2000-01-02 10:41:30 +01:00
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
2000-06-05 07:26:15 +02:00
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
2000-01-02 10:41:30 +01:00
|
|
|
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
|
|
|
/* this file you indicate that you have read the license and */
|
|
|
|
/* understand and accept it fully. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
#include <ft2build.h>
|
2000-01-02 10:41:30 +01:00
|
|
|
|
2001-03-20 12:14:24 +01:00
|
|
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
|
|
|
|
2009-04-05 16:59:26 +02:00
|
|
|
#include "ftpic.c"
|
|
|
|
#include "basepic.c"
|
2008-09-11 10:29:14 +02:00
|
|
|
#include "ftadvanc.c"
|
2001-03-20 12:14:24 +01:00
|
|
|
#include "ftcalc.c"
|
2006-09-30 00:10:36 +02:00
|
|
|
#include "ftdbgmem.c"
|
2002-02-24 03:59:24 +01:00
|
|
|
#include "ftgloadr.c"
|
2015-12-19 16:59:40 +01:00
|
|
|
#include "fthash.c"
|
2006-09-30 00:10:36 +02:00
|
|
|
#include "ftobjs.c"
|
|
|
|
#include "ftoutln.c"
|
2004-02-25 13:58:54 +01:00
|
|
|
#include "ftrfork.c"
|
2009-04-04 09:20:14 +02:00
|
|
|
#include "ftsnames.c"
|
2006-09-30 00:10:36 +02:00
|
|
|
#include "ftstream.c"
|
|
|
|
#include "fttrigon.c"
|
|
|
|
#include "ftutil.c"
|
2001-03-20 12:14:24 +01:00
|
|
|
|
2011-12-02 13:14:18 +01:00
|
|
|
#ifdef FT_MACINTOSH
|
2008-02-14 03:55:16 +01:00
|
|
|
#include "ftmac.c"
|
2003-05-11 09:12:26 +02:00
|
|
|
#endif
|
2002-03-30 14:16:35 +01:00
|
|
|
|
2000-01-02 10:41:30 +01:00
|
|
|
/* END */
|