使用 nmake 从 cpp 文件创建 dll
有一个问题:我需要在 nmake 的帮助下从特定文件夹中的所有源 *.cpp 文件编译 dll。 例如,cpp文件存放在“.\src”文件夹中,必须将它们编译成一个dll。
我在哪里可以阅读有关 nmake 的内容?或者一些例子?
There is a problem: i need to compile the dll from all source *.cpp files in a particular folder with a help of nmake.
For example, cpp files stored in the folder ".\src", and they must be compiled into one dll.
Where i can read about nmake? Or some examples?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 nmake:构建 DLL< /a>
Checkout nmake: build DLL