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.

16 lines
537 B

  1. #
  2. # generate auxilary files from the binary mof (bmf) file
  3. #
  4. # acpimof.vbs is a ready to run vbscript applet that will query all classes
  5. # in the mof. Once you add the ASL to the bios,
  6. # update the registry, reboot, and ensure that the wmiacpi driver
  7. # has loaded run the script at the command line by typing:
  8. # acpimof.vbs.
  9. clean:
  10. del acpimof.vbs
  11. $(O)\acpimof.bmf : $(O)\acpimof.mof
  12. $(O)\acpimof.vbs: $(O)\acpimof.bmf
  13. wmimofck -t$(O)\acpimof.vbs $(O)\acpimof.bmf