Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 WinDDK 制作测试驱动程序。“build”命令按照技术说明运行良好。现在我想做的是我想要“构建”将构建复制到某个目录。我熟悉linux make,所以我补充说:
install: copy sys\i386\myddk.sys c:\
到makefile。但它根本没有用。
如何在 makefile 或源文件中进行更改以让构建将构建复制到某个地方?