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