| Index: third_party/freetype/src/sfnt/sfnt.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/fxft_sfnt.c b/third_party/freetype/src/sfnt/sfnt.c
|
| similarity index 92%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/fxft_sfnt.c
|
| rename to third_party/freetype/src/sfnt/sfnt.c
|
| index d0c6ba4765018adac12bc9c3d72f5a00c283bd1e..d62ed4e0b55d79c6c1df795eb30538e9747994c0 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/fxft_sfnt.c
|
| +++ b/third_party/freetype/src/sfnt/sfnt.c
|
| @@ -1,4 +1,3 @@
|
| -#if !defined(_FXFT_VERSION_) || _FXFT_VERSION_ == 2501
|
| /***************************************************************************/
|
| /* */
|
| /* sfnt.c */
|
| @@ -18,9 +17,8 @@
|
|
|
|
|
| #define FT_MAKE_OPTION_SINGLE_OBJECT
|
| -#define FT2_BUILD_LIBRARY
|
|
|
| -#include "../../include/ft2build.h"
|
| +#include <ft2build.h>
|
| #include "sfntpic.c"
|
| #include "ttload.c"
|
| #include "ttmtx.c"
|
| @@ -43,5 +41,3 @@
|
| #endif
|
|
|
| /* END */
|
| -#endif
|
| -
|
|
|