From b8f56fa0051444cc1990a7dbe29e1f3224341973 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 20 Mar 2001 15:04:30 +0000 Subject: [PATCH] renamed "obj" to "objs" --- CHANGES | 8 +++++++- {obj => objs}/.cvsignore | 0 {obj => objs}/README | 0 3 files changed, 7 insertions(+), 1 deletion(-) rename {obj => objs}/.cvsignore (100%) rename {obj => objs}/README (100%) diff --git a/CHANGES b/CHANGES index 0da6c9e57..7703536c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -LATEST CHANGES +LATEST CHANGES BETWEEN 2.0.2 and 2.0.1 - changed the library header files inclusion scheme. Right now, a client application can do something like this: @@ -7,6 +7,12 @@ LATEST CHANGES #include FT_FREETYPE_H -- main API file #include FT_GLYPH_H -- abstract glyph image handling, etc.. + - the build system has changed slightly when compiling by hand (either + from the command line or from an IDE). You don't need to put the "src" + directory in the include path anymore. Rather, place each component's + path.. See INSTALL and "docs/BUILD" for details.. + + ========================================================================= LATEST CHANGES BETWEEN 2.0.1 and 2.0: diff --git a/obj/.cvsignore b/objs/.cvsignore similarity index 100% rename from obj/.cvsignore rename to objs/.cvsignore diff --git a/obj/README b/objs/README similarity index 100% rename from obj/README rename to objs/README