Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 513 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (5 loc) · 513 Bytes

编译方法

  1. 微软官网下载WDK7.1并安装Build Environments组件
  2. 如果要编译64位程序,打开开始菜单 -> Windows Driver Kits -> WDK 7600.16385.1 -> Build Environments -> Windows 7 -> x64 Free Build Environment
  3. 使用 CD /D 命令切换到代码所在目录(比如 CD /D D:\SxsHelper)
  4. 输入 build -c 回车后开始编译,在 bin 目录中便能找到编译好的文件