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.

16 lines
533 B

  1. #
  2. # generate auxilary files from the binary mof (bmf) file
  3. #
  4. # filtdata.h has definitions for the guids, data structures and definitions
  5. # of the method ids.
  6. #
  7. # filter.vbs is a ready to run vbscript applet that will query all classes
  8. # in the mof. Once you install your driver, run the script
  9. # at the command line by typing: filter.vbs.
  10. clean:
  11. del filtdata.h filter.vbs
  12. filter.vbs filtdata.h filter.x: $(O)\filter.bmf
  13. wmimofck -m -hfiltdata.h -tfilter.vbs -xfilter.x $(O)\filter.bmf