| Index: third_party/freetype/src/pshinter/pshinter.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/fxft_pshinter.c b/third_party/freetype/src/pshinter/pshinter.c
|
| similarity index 91%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/fxft_pshinter.c
|
| rename to third_party/freetype/src/pshinter/pshinter.c
|
| index 27cf308a762e3ebd30f3fc037875a7d226f1ce8c..b35a2a91c53c0e8d371a44fdb93ae42899a40924 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/fxft_pshinter.c
|
| +++ b/third_party/freetype/src/pshinter/pshinter.c
|
| @@ -1,4 +1,3 @@
|
| -#if !defined(_FXFT_VERSION_) || _FXFT_VERSION_ == 2501
|
| /***************************************************************************/
|
| /* */
|
| /* pshinter.c */
|
| @@ -18,9 +17,8 @@
|
|
|
|
|
| #define FT_MAKE_OPTION_SINGLE_OBJECT
|
| -#define FT2_BUILD_LIBRARY
|
|
|
| -#include "../../include/ft2build.h"
|
| +#include <ft2build.h>
|
| #include "pshpic.c"
|
| #include "pshrec.c"
|
| #include "pshglob.c"
|
| @@ -29,5 +27,3 @@
|
|
|
|
|
| /* END */
|
| -#endif
|
| -
|
|
|