Leaked source code of windows server 2003
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

  1. /******************************************************************************
  2. Source File: PFMConv.C
  3. This file is a hack- NT Build can't traverse directories on a SOURCES= line,
  4. so this file #includes all of the files I need for PFM conversion from
  5. elsewhere in the tree.
  6. Copyright c) 1997 by Microsoft Corporation
  7. Change History:
  8. 06-20-1997 Bob_Kjelgaard@Prodigy.Net Created it, hope I never touch it
  9. again...
  10. ******************************************************************************/
  11. #ifdef DBG
  12. #undef DBG
  13. #endif
  14. // This definition causes additional code to be compiled in
  15. // ..\pfm2ufm\pfmconv.c!PGetDefaultGlyphset().
  16. #define BUILD_FULL_GTT
  17. #include "..\pfm2ufm\pfm2ufm.c"
  18. #include "..\pfm2ufm\pfmconv.c"
  19. #include "..\ctt2gtt\cttconv.c"
  20. #include "..\..\..\lib\uni\fontutil.c"
  21. #include "..\..\..\lib\uni\globals.c"
  22. #include "..\..\..\lib\uni\unilib.c"
  23. #include "..\..\..\lib\uni\um\umlib.c"