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.

64 lines
2.2 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 = HPDJCH
  17. DRVDESC = HP DeskJet Printers
  18. #-------------------------------------------------------------
  19. # Enter the names of all of the resident font file names
  20. # (with extensions) after FONTS =
  21. #-------------------------------------------------------------
  22. FONTS = pfm\*.pfm
  23. #-------------------------------------------------------------
  24. # Enter the names of all of the version resource files
  25. # (with extensions) after RCV =
  26. #-------------------------------------------------------------
  27. RCV = HPDJCH.RCV
  28. #-------------------------------------------------------------
  29. # Enter the names of all of the character translation tables
  30. # (with extensions) after CTTS =
  31. #-------------------------------------------------------------
  32. CTTS = ctt\*.ctt
  33. #-------------------------------------------------------------
  34. # These are the functions implemented in $(DRVNAME).c
  35. # used to replace the ones in minidriv.c
  36. #-------------------------------------------------------------
  37. NOFUNCS =
  38. #-------------------------------------------------------------
  39. # Extra exported functions
  40. #-------------------------------------------------------------
  41. EXP1 = InstallExtFonts @301
  42. #-------------------------------------------------------------
  43. # Extra object files
  44. #-------------------------------------------------------------
  45. OBJECTS = $(OBJECTS)
  46. OBJECTSOBJ = $(OBJECTSOBJ)
  47. #**********************************************************************
  48. # Do not edit below this line
  49. #**********************************************************************
  50. !include ..\minidriv.mk
  51. !include ..\default.mk