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 = KSSM
  17. DRVDESC = KSSM Dot Matrix printers
  18. #-------------------------------------------------------------
  19. # Enter the names of all of the resident font file names
  20. # (with extensions) after FONTS =
  21. #-------------------------------------------------------------
  22. FONTS =
  23. #-------------------------------------------------------------
  24. # Enter the names of all of the version resource files
  25. # (with extensions) after RCV =
  26. #-------------------------------------------------------------
  27. RCV = KSSM.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. # Do not edit below this line
  40. #**********************************************************************
  41. !include ..\minidriv.mk
  42. !include ..\default.mk