shithub: freetype+ttf2subf

Download patch

ref: b8f56fa0051444cc1990a7dbe29e1f3224341973
parent: 6ce03efb12909f239fe139e7ec609fa7e9654dbd
author: David Turner <[email protected]>
date: Tue Mar 20 10:04:30 EST 2001

renamed "obj" to "objs"

git/fs: mount .git/fs: mount/attach disallowed
--- 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:
@@ -6,6 +6,12 @@
          #include <ft2build.h>   -- include build and setup configuration file
          #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:
--- a/obj/.cvsignore
+++ /dev/null
@@ -1,3 +1,0 @@
-*.lo
-libfreetype.la
-.libs
--- a/obj/README
+++ /dev/null
@@ -1,1 +1,0 @@
-This directory contains all the object files created when building the library
--- /dev/null
+++ b/objs/.cvsignore
@@ -1,0 +1,3 @@
+*.lo
+libfreetype.la
+.libs
--- /dev/null
+++ b/objs/README
@@ -1,0 +1,1 @@
+This directory contains all the object files created when building the library