makefile.inc
来自「USBFX2LK WDM drive for OSR s USB FX2 Lea」· INC 代码 · 共 19 行
INC
19 行
#
# 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 + =
减小字号Ctrl + -
显示快捷键?