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.

42 lines
909 B

  1. !IF 0
  2. Copyright (c) 1996 - 1999 Microsoft Corporation
  3. !ENDIF
  4. !ifndef PRNROOT
  5. PRNROOT=$(MAKEDIR:\unidrv2\font=)
  6. !endif
  7. !include $(PRNROOT)\print.inc
  8. TARGETNAME=font
  9. TARGETPATH=obj$(BUILD_ALT_DIR)
  10. TARGETTYPE=LIBRARY
  11. SOURCES = intrface.c \
  12. fminit.c \
  13. ctt2rle.c \
  14. fontddi.c \
  15. qeryfont.c \
  16. fonts.c \
  17. qfontdat.c \
  18. qfontree.c \
  19. fntmanag.c \
  20. qadvwdth.c \
  21. posnsort.c \
  22. fontfree.c \
  23. newfonts.c \
  24. oldfonts.c \
  25. dlutils.c \
  26. bmpdload.c \
  27. dloadpcl.c \
  28. download.c \
  29. fmcallbk.c \
  30. fmtxtout.c \
  31. truetype.c \
  32. fmdebug.c
  33. INCLUDES=$(INCLUDES);..\..\unidrv2\inc
  34. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE