Adding missing code for flat compiling mode.

This commit is contained in:
Werner Lemberg 2000-09-26 13:25:15 +00:00
parent fd3b8e7ca1
commit 0339b6849c
2 changed files with 22 additions and 2 deletions

View File

@ -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 */

View File

@ -18,7 +18,16 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
#ifdef FT_FLAT_COMPILE
#include "psmodule.c"
#else
#include <psnames/psmodule.c>
#endif
/* END */