summaryrefslogtreecommitdiff
path: root/src/cache/ftcache.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-12-08 02:42:29 +0000
committerDavid Turner <david@freetype.org>2000-12-08 02:42:29 +0000
commit19ed8afe60bbc5becf0fbbe3987a91b35a36aad4 (patch)
tree8884a83e43c588afde8967d40c5ea84dbf8aa33b /src/cache/ftcache.c
parent508409434ccb7320b5a3d7b03260580ac69eb6da (diff)
downloadfreetype2-19ed8afe60bbc5becf0fbbe3987a91b35a36aad4.tar.gz
- updated all source files to adhere to the new inclusion scheme
- the CFF loader now loads the encodings and charset tables though doesn't use them for now
Diffstat (limited to 'src/cache/ftcache.c')
-rw-r--r--src/cache/ftcache.c26
1 files changed, 7 insertions, 19 deletions
diff --git a/src/cache/ftcache.c b/src/cache/ftcache.c
index f5cf47bd5..f3d49fe1b 100644
--- a/src/cache/ftcache.c
+++ b/src/cache/ftcache.c
@@ -18,25 +18,13 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
-#ifdef FT_FLAT_COMPILE
-
-#include "ftlru.c"
-#include "ftcmanag.c"
-#include "ftcglyph.c"
-#include "ftcchunk.c"
-#include "ftcimage.c"
-#include "ftcsbits.c"
-
-#else
-
-#include <cache/ftlru.c>
-#include <cache/ftcmanag.c>
-#include <cache/ftcglyph.c>
-#include <cache/ftcchunk.c>
-#include <cache/ftcimage.c>
-#include <cache/ftcsbits.c>
-
-#endif
+#include <ft2build.h>
+#include FT_SOURCE_FILE(cache,ftlru.c)
+#include FT_SOURCE_FILE(cache,ftcmanag.c)
+#include FT_SOURCE_FILE(cache,ftcglyph.c)
+#include FT_SOURCE_FILE(cache,ftcchunk.c)
+#include FT_SOURCE_FILE(cache,ftcimage.c)
+#include FT_SOURCE_FILE(cache,ftcsbits.c)
/* END */