renamed "obj" to "objs"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
diff --git a/CHANGES b/CHANGES
index 0da6c9e..7703536 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/obj/.cvsignore
deleted file mode 100644
index d17e85e..0000000
--- a/obj/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.lo
-libfreetype.la
-.libs
diff --git a/obj/README b/obj/README
deleted file mode 100644
index 91fdcbd..0000000
--- a/obj/README
+++ /dev/null
@@ -1 +0,0 @@
-This directory contains all the object files created when building the library
diff --git a/objs/.cvsignore b/objs/.cvsignore
new file mode 100644
index 0000000..d17e85e
--- /dev/null
+++ b/objs/.cvsignore
@@ -0,0 +1,3 @@
+*.lo
+libfreetype.la
+.libs
diff --git a/objs/README b/objs/README
new file mode 100644
index 0000000..91fdcbd
--- /dev/null
+++ b/objs/README
@@ -0,0 +1 @@
+This directory contains all the object files created when building the library