mirror of https://github.com/freetype/freetype
renamed "obj" to "objs"
This commit is contained in:
parent
6ce03efb12
commit
b8f56fa005
8
CHANGES
8
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue