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.

51 lines
1.8 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 = YJLBP
  17. DRVDESC = Yangjae LaserJet printers
  18. #-------------------------------------------------------------
  19. # Enter the names of all of the resident font file names
  20. # (with extensions) after FONTS =
  21. #-------------------------------------------------------------
  22. FONTS = PFM/*.PFM PFM/*.PF2
  23. #-------------------------------------------------------------
  24. # Enter the names of all of the version resource files
  25. # (with extensions) after RCV =
  26. #-------------------------------------------------------------
  27. RCV = YJLBP.RCV
  28. #-------------------------------------------------------------
  29. # These are the functions implemented in $(DRVNAME).c
  30. # used to replace the ones in minidriv.c
  31. #-------------------------------------------------------------
  32. NOFUNCS =
  33. #-------------------------------------------------------------
  34. # Extra exported functions
  35. #-------------------------------------------------------------
  36. EXP1 = OEMSendScalableFontCmd @305
  37. EXP2 = OEMScaleWidth @306
  38. #**********************************************************************
  39. # Do not edit below this line
  40. #**********************************************************************
  41. !include ..\minidriv.mk
  42. !include ..\default.mk