You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
975 B
34 lines
975 B
/******************************************************************************
|
|
|
|
Source File: PFMConv.C
|
|
|
|
This file is a hack- NT Build can't traverse directories on a SOURCES= line,
|
|
so this file #includes all of the files I need for PFM conversion from
|
|
elsewhere in the tree.
|
|
|
|
Copyright c) 1997 by Microsoft Corporation
|
|
|
|
Change History:
|
|
06-20-1997 [email protected] Created it, hope I never touch it
|
|
again...
|
|
|
|
******************************************************************************/
|
|
|
|
#ifdef DBG
|
|
#undef DBG
|
|
#endif
|
|
|
|
|
|
// This definition causes additional code to be compiled in
|
|
// ..\pfm2ufm\pfmconv.c!PGetDefaultGlyphset().
|
|
|
|
#define BUILD_FULL_GTT
|
|
|
|
|
|
#include "..\pfm2ufm\pfm2ufm.c"
|
|
#include "..\pfm2ufm\pfmconv.c"
|
|
#include "..\ctt2gtt\cttconv.c"
|
|
#include "..\..\..\lib\uni\fontutil.c"
|
|
#include "..\..\..\lib\uni\globals.c"
|
|
#include "..\..\..\lib\uni\unilib.c"
|
|
#include "..\..\..\lib\uni\um\umlib.c"
|