Source code of Windows XP (NT5)
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.

82 lines
1.8 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1993 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=parport
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. !if $(386)
  10. MSC_WARNING_LEVEL=/W4 /WX
  11. !endif
  12. INCLUDES=..\inc;..\..\inc
  13. !if 0
  14. TARGETLIBS=$(DDK_LIB_PATH)\kmpil.lib
  15. !endif
  16. SOURCES= \
  17. irpQueue.c \
  18. addDevice.c \
  19. becp.c \
  20. byte.c \
  21. chipMode.c \
  22. daisyChain.c \
  23. dataLink.c \
  24. debug.c \
  25. dispatchRedirect.c \
  26. driverEntry.c \
  27. ecp.c \
  28. epp.c \
  29. errlog.c \
  30. fdoCleanup.c \
  31. fdoClose.c \
  32. fdoCreate.c \
  33. fdoIoctl.c \
  34. fdoPnp.c \
  35. fdoPower.c \
  36. fdoThread.c \
  37. fdoWmi.c \
  38. hwecp.c \
  39. hwepp.c \
  40. ieee1284.c \
  41. legacyZip.c \
  42. natSemiChipset.c \
  43. nibble.c \
  44. parport.c \
  45. pdoCleanup.c \
  46. pdoClose.c \
  47. pdoCreate.c \
  48. pdoExports.c \
  49. pdoIoctl.c \
  50. pdoPnp.c \
  51. pdoPower.c \
  52. pdoQuerySetInfo.c \
  53. pnpUtils.c \
  54. queueClass.c \
  55. readWrite.c \
  56. registry.c \
  57. shuttle.c \
  58. spp.c \
  59. sppieee.c \
  60. swecp.c \
  61. swepp.c \
  62. test.c \
  63. thread.c \
  64. unload.c \
  65. utils.c \
  66. parport.rc \
  67. parlog.mc
  68. PRECOMPILED_INCLUDE=pch.h
  69. PRECOMPILED_PCH=pch.pch
  70. PRECOMPILED_OBJ=pch.obj
  71. USE_MAPSYM=1