$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2008-02-13 08:45:23
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.