24 lines
786 B
C
24 lines
786 B
C
/******************************************************************************
|
|
|
|
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 Bob_Kjelgaard@Prodigy.Net Created it, hope I never touch it
|
|
again...
|
|
|
|
******************************************************************************/
|
|
|
|
#undef DBG
|
|
#include "..\..\pfm2ufm\pfm2ufm.c"
|
|
#include "..\..\pfm2ufm\pfmconv.c"
|
|
#include "..\..\..\..\lib\uni\fontutil.c"
|
|
#include "..\..\..\..\lib\uni\globals.c"
|
|
#include "..\..\..\..\lib\uni\unilib.c"
|
|
#include "..\..\..\..\lib\uni\um\umlib.c"
|