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.

66 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 = PCL4MSJ
  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. FONTS = pfm\*.0N
  26. #-------------------------------------------------------------
  27. # Enter the names of all of the version resource files
  28. # (with extensions) after RCV =
  29. #-------------------------------------------------------------
  30. RCV = PCL4MSJ.RCV
  31. #-------------------------------------------------------------
  32. # Enter the names of all of the character translation tables
  33. # (with extensions) after CTTS =
  34. #-------------------------------------------------------------
  35. CTTS = ctt\*.CTT
  36. #-------------------------------------------------------------
  37. # These are the functions implemented in $(DRVNAME).c
  38. # used to replace the ones in minidriv.c
  39. #-------------------------------------------------------------
  40. NOFUNCS = -DNODEVINSTALL -DNOLIBMAIN
  41. #-------------------------------------------------------------
  42. # Extra dependencies for RC and C files
  43. #-------------------------------------------------------------
  44. EXTRA_H = STRINGS.H
  45. EXTRA_RC = STRINGS.RC
  46. #-------------------------------------------------------------
  47. # Extra exported functions
  48. #-------------------------------------------------------------
  49. EXP1 = InstallExtFonts @301
  50. #**********************************************************************
  51. # Do not edit below this line
  52. #**********************************************************************
  53. !include ..\minidriv.mk
  54. !include ..\default.mk