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.

65 lines
2.3 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 = PCL4CH
  17. DRVDESC = HP LaserJets and compatibles
  18. #-------------------------------------------------------------
  19. # Enter the names of all of the resident font file names
  20. # (with extensions) after FONTS =
  21. #-------------------------------------------------------------
  22. FONTS = pfm\*.7J pfm\*.8M pfm\*.8U pfm\*.0A pfm\*.15U \
  23. pfm\*.0N pfm\*.1U pfm\*.8Q pfm\*.0U pfm\*.11Q \
  24. pfm\*.0B pfm\*.PFM
  25. #-------------------------------------------------------------
  26. # Enter the names of all of the version resource files
  27. # (with extensions) after RCV =
  28. #-------------------------------------------------------------
  29. RCV = PCL4CH.RCV
  30. #-------------------------------------------------------------
  31. # Enter the names of all of the character translation tables
  32. # (with extensions) after CTTS =
  33. #-------------------------------------------------------------
  34. CTTS = ctt\*.CTT
  35. #-------------------------------------------------------------
  36. # These are the functions implemented in $(DRVNAME).c
  37. # used to replace the ones in minidriv.c
  38. #-------------------------------------------------------------
  39. NOFUNCS = -DNODEVINSTALL -DNOLIBMAIN
  40. #-------------------------------------------------------------
  41. # Extra dependencies for RC and C files
  42. #-------------------------------------------------------------
  43. EXTRA_H = STRINGS.H
  44. EXTRA_RC = STRINGS.RC
  45. #-------------------------------------------------------------
  46. # Extra exported functions
  47. #-------------------------------------------------------------
  48. EXP1 = InstallExtFonts @301
  49. #**********************************************************************
  50. # Do not edit below this line
  51. #**********************************************************************
  52. !include ..\minidriv.mk
  53. !include ..\default.mk