📄 makefile.inc
字号:
#
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -