Creating dll from cpp files with nmake.
Posted
by Eugene Gavrin
on Stack Overflow
See other posts from Stack Overflow
or by Eugene Gavrin
Published on 2010-01-25T08:43:32Z
Indexed on
2010/03/08
11:21 UTC
Read the original article
Hit count: 496
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?
© Stack Overflow or respective owner