* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to
update these files too
This commit is contained in:
parent
4ef3ec7caa
commit
7bfce366c4
|
@ -1,5 +1,8 @@
|
|||
2002-04-12 David Turner <david@freetype.org>
|
||||
|
||||
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to
|
||||
update these files too
|
||||
|
||||
* README.UNX: updated the Unix-specific quick-compilation guide to
|
||||
warn about the GNU Make requirement at compile time..
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <ft2build.h>
|
||||
#include FT_CONFIG_OPTIONS_H
|
||||
#include FT_CONFIG_STANDARD_LIBRARY_H
|
||||
|
||||
|
||||
FT_BEGIN_HEADER
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
/* Include the header file containing all developer build options */
|
||||
#include <ft2build.h>
|
||||
#include FT_CONFIG_OPTIONS_H
|
||||
#include FT_CONFIG_STANDARD_LIBRARY_H
|
||||
|
||||
FT_BEGIN_HEADER
|
||||
|
||||
|
|
Loading…
Reference in New Issue