Commit b8f56fa0051444cc1990a7dbe29e1f3224341973

David Turner 2001-03-20T15:04:30

renamed "obj" to "objs"

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