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
1.9 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 = QBJ
  17. DRVDESC = QNIX Bubble-Jet printer driver
  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 = QBJ.RCV
  28. #-------------------------------------------------------------
  29. # Enter the names of all of the character translation tables
  30. # (with extensions) after CTTS =
  31. #-------------------------------------------------------------
  32. CTTS =
  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 =
  42. #**********************************************************************
  43. # Do not edit below this line
  44. #**********************************************************************
  45. !include ..\minidriv.mk
  46. !include ..\default.mk