makefile.inc

来自「winddk src目录下的WDM源码压缩!」· INC 代码 · 共 17 行

INC
17
字号
#
# generate auxilary files from the binary mof (bmf) file
#
# acpimof.vbs is a ready to run vbscript applet that will query all classes
#            in the mof. Once you add the ASL to the bios, 
#            update the registry, reboot, and ensure that the wmiacpi driver
#            has loaded run the script at the command line by typing: 
#            acpimof.vbs.

clean:
    del acpimof.vbs

$(OBJ_PATH)\$(O)\acpimof.bmf : $(OBJ_PATH)\$(O)\acpimof.mof

$(OBJ_PATH)\$(O)\acpimof.vbs: $(OBJ_PATH)\$(O)\acpimof.bmf
    wmimofck -t$(OBJ_PATH)\$(O)\acpimof.vbs $(OBJ_PATH)\$(O)\acpimof.bmf

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?