tags:

views:

209

answers:

1

Hi. 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?

A: 

Checkout nmake: build DLL

RP