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.

56 lines
2.0 KiB

  1. #-------------------------------------------------------------
  2. #
  3. # MINI-DRIVER Make file template
  4. #
  5. #-------------------------------------------------------------
  6. ROOT=..\..\..\..\..\..
  7. SRCDIR=.
  8. C16ONLY=Y
  9. #-------------------------------------------------------------
  10. # The follwing entries should updated
  11. #-------------------------------------------------------------
  12. #
  13. #-------------------------------------------------------------
  14. # Enter the DRV file name (without extension) after DRVNAME =
  15. #-------------------------------------------------------------
  16. DRVNAME = KS
  17. #-------------------------------------------------------------
  18. # Enter the names of all of the resident font file names
  19. # (with extensions) after FONTS =
  20. #-------------------------------------------------------------
  21. FONTS = PFM/*.pfm
  22. #-------------------------------------------------------------
  23. # Enter the names of all of the version resource files
  24. # (with extensions) after RCV =
  25. #-------------------------------------------------------------
  26. RCV = KS.RCV
  27. #-------------------------------------------------------------
  28. # Enter the names of all of the character translation tables
  29. # (with extensions) after CTTS =
  30. #-------------------------------------------------------------
  31. CTTS =
  32. #-------------------------------------------------------------
  33. # These are the functions implemented in $(DRVNAME).c
  34. # used to replace the ones in minidriv.c
  35. #-------------------------------------------------------------
  36. NOFUNCS =
  37. #-------------------------------------------------------------
  38. # Extra exported functions
  39. #-------------------------------------------------------------
  40. EXP1 = OEMSendScalableFontCmd @305
  41. EXP2 = OEMScaleWidth @306
  42. #**********************************************************************
  43. # Do not edit below this line
  44. #**********************************************************************
  45. !include ..\minidriv.mk
  46. !include ..\default.mk