1.) how would I build a library in msvc through nmake so that I could get autolink to work
My process is like this.
a.) build my own lib file.
b.) build boost lib file (succeeded)
c.) build the main file and auto link to boost file (failure).

2.) What are the suggestions and requirement.

3.) Is their a way to autolink to static runtime library.


Thanks.