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.

26 lines
539 B

  1. TARGETNAME=wmifilt
  2. TARGETTYPE=DRIVER
  3. DRIVERTYPE=WDM
  4. TARGETPATH=obj
  5. TARGETLIBS=$(DDK_LIB_PATH)\wmilib.lib
  6. MSC_WARNING_LEVEL=-W3 -WX
  7. #
  8. # Uncomment the following line to have the driver report MOF data via a
  9. # a WMI query rather than via a resource.
  10. #C_DEFINES=$(C_DEFINES) -DUSE_BINARY_MOF_QUERY
  11. SOURCES= filter.mof \
  12. filter.rc \
  13. filter.c \
  14. pnp.c \
  15. power.c \
  16. util.c \
  17. wmisamp.c
  18. NTTARGETFILE0=$(O)\filtdata.h \
  19. $(O)\filter.x \
  20. $(O)\filter.vbs