Question

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?

Was it helpful?

Solution

Checkout nmake: build DLL

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top