makefile.inc

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

INC
19
字号
#
# generate auxilary files from the binary mof (bmf) file
#
# filtdata.h has definitions for the guids, data structures and definitions
#                of the method ids.
#
# filter.vbs is a ready to run vbscript applet that will query all classes
#            in the mof. Once you install your driver, run the script
#            at the command line by typing: filter.vbs.

clean:
    del filtdata.h filter.vbs

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

$(OBJ_PATH)\$O\filter.vbs $(OBJ_PATH)\$O\filtdata.h $(OBJ_PATH)\$O\filter.x: $(OBJ_PATH)\$O\filter.bmf
 wmimofck -hfiltdata.h -tfilter.vbs -xfilter.x $(OBJ_PATH)\$O\filter.bmf

⌨️ 快捷键说明

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