* src/base/ftbase.c: Include ftadvanc.c.
This commit is contained in:
parent
59188661e6
commit
8d3e6ecc3c
@ -1,3 +1,7 @@
|
||||
2008-09-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/base/ftbase.c: Include ftadvanc.c.
|
||||
|
||||
2008-09-11 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
* builds/unix/ftconfig.in: Duplicate the cpp computation of
|
||||
|
@ -4,7 +4,7 @@
|
||||
/* */
|
||||
/* Single object library component (body only). */
|
||||
/* */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2007 by */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2006, 2007, 2008 by */
|
||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
/* */
|
||||
/* This file is part of the FreeType project, and may only be used, */
|
||||
@ -20,6 +20,7 @@
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
|
||||
#include "ftadvanc.c"
|
||||
#include "ftcalc.c"
|
||||
#include "ftdbgmem.c"
|
||||
#include "ftgloadr.c"
|
||||
|
Loading…
Reference in New Issue
Block a user