开发者

Creating dll from cpp files with nmake

开发者 https://www.devze.com 2022-12-17 20:28 出处:网络
There is a problem: i need to compile the dll from all source *.cpp files in a particular folder with a help of nmake开发者_StackOverflow.

There is a problem: i need to compile the dll from all source *.cpp files in a particular folder with a help of nmake开发者_StackOverflow. 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?


Checkout nmake: build DLL

0

精彩评论

暂无评论...
验证码 换一张
取 消