📄 makefile.inc
字号:
#
# generate auxilary files from the binary mof (bmf) file
#
# usbfx2lk_mofdata.h has definitions for the guids, data structures
# and definitions of the method ids.
#
# usbfx2lk.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: usbfx2lk.vbs.
#
clean:
del usbfx2lk_mofdata.h usbfx2lk.vbs
$(O)\usbfx2lk.bmf : $(O)\usbfx2lk.mof
$(O)\usbfx2lk.vbs $(O)\usbfx2lk_mofdata.h $(O)\usbfx2lk.dat: $(O)\usbfx2lk.bmf
wmimofck -husbfx2lk_mofdata.h -tusbfx2lk.vbs -xusbfx2lk.dat $(O)\usbfx2lk.bmf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -