mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 22:58:01 +02:00
Adding missing code for flat compiling mode.
This commit is contained in:
parent
bd547dc6e3
commit
8925009f79
2 changed files with 22 additions and 2 deletions
|
|
@ -16,14 +16,25 @@
|
|||
/***************************************************************************/
|
||||
|
||||
|
||||
#include <psaux/t1decode.h>
|
||||
#include <psaux/psobjs.h>
|
||||
#include <freetype/internal/ftdebug.h> /* for FT_ERROR() */
|
||||
#include <freetype/internal/t1errors.h>
|
||||
#include <freetype/ftoutln.h>
|
||||
#include <freetype/internal/ftdebug.h>
|
||||
|
||||
|
||||
#ifdef FT_FLAT_COMPILE
|
||||
|
||||
#include "t1decode.h"
|
||||
#include "psobjs.h"
|
||||
|
||||
#else
|
||||
|
||||
#include <psaux/t1decode.h>
|
||||
#include <psaux/psobjs.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
/* The macro FT_COMPONENT is used in trace mode. It is an implicit */
|
||||
|
|
|
|||
|
|
@ -18,7 +18,16 @@
|
|||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
|
||||
|
||||
#ifdef FT_FLAT_COMPILE
|
||||
|
||||
#include "psmodule.c"
|
||||
|
||||
#else
|
||||
|
||||
#include <psnames/psmodule.c>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* END */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue