?? 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 + -