Search code examples
c++dllnmake

Creating dll from cpp files with 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?


Solution

  • Checkout nmake: build DLL