summaryrefslogtreecommitdiff
path: root/src/cid/type1cid.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-03-20 11:14:24 +0000
committerDavid Turner <david@freetype.org>2001-03-20 11:14:24 +0000
commit8d3a401fa808a8c70bd6a9ce17d5a840fb0ae2db (patch)
tree34c94beefa42673e6acc7fc7f93b25e04f059657 /src/cid/type1cid.c
parent3de5b07cc3e205a4928f82d8be5b8fda91e01c1e (diff)
downloadfreetype2-8d3a401fa808a8c70bd6a9ce17d5a840fb0ae2db.tar.gz
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"
* include/freetype/config/ftheader.h: removed obsolete macros like FT_SOURCE_FILE, etc.. and added cache-specific macro definitions that were previously defined in <freetype/ftcache.h>. Added comments to be included in a new API Reference section. * src/*/*: removed the use of FT_SOURCE_FILE, etc.. now, each component needs to added its own directory to the include path at compile time. Modified all "rules.mk" and "descrip.mms" accordingly..
Diffstat (limited to 'src/cid/type1cid.c')
-rw-r--r--src/cid/type1cid.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cid/type1cid.c b/src/cid/type1cid.c
index f27a49912..852eca18c 100644
--- a/src/cid/type1cid.c
+++ b/src/cid/type1cid.c
@@ -19,11 +19,11 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <ft2build.h>
-#include FT_SOURCE_FILE(cid,cidparse.c)
-#include FT_SOURCE_FILE(cid,cidload.c)
-#include FT_SOURCE_FILE(cid,cidobjs.c)
-#include FT_SOURCE_FILE(cid,cidriver.c)
-#include FT_SOURCE_FILE(cid,cidgload.c)
+#include "cidparse.c"
+#include "cidload.c"
+#include "cidobjs.c"
+#include "cidriver.c"
+#include "cidgload.c"
/* END */