Re: unnecessary C++ builds of up-to-date projects
- From: v-wywang@xxxxxxxxxxxxxxxxxxxx ("WenYuan Wang")
- Date: Thu, 15 Mar 2007 12:28:01 GMT
Hi Phil
Thanks for your reply.
If it is not possible for you to send the entire solution, you may specify
/VERBOSE option to the linker page, and select "Clean", "Rebuild" entire
project. The linker will emit all the details of its linking process in the
"Output" window. After that, we can perform further analysis on these
details in the output.
1. Open the project's Property Pages dialog box.
2. Click the Linker folder.
3. Click the Command Line property page.
4. Type the "/VERBOSE" into the Additional Options box.
http://msdn2.microsoft.com/en-us/library/wdsk6as6(vs.80).aspx
[/VERBOSE (Print Progress Messages) ]
If you have any more concerns on it, please feel free to post here. We are
glad to assist you.
Have a great day,
Sincerely,
Wen Yuan
v-wywang@xxxxxxxxxxxxx
.
- References:
- unnecessary C++ builds of up-to-date projects
- From: pwm
- RE: unnecessary C++ builds of up-to-date projects
- From: "WenYuan Wang"
- Re: unnecessary C++ builds of up-to-date projects
- From: pwm
- unnecessary C++ builds of up-to-date projects
- Prev by Date: [VB.NET XPRESS] Outlining.HideSelection always disabled?
- Next by Date: Re: How to access the build events tab of properties page of a project from vs2005 add-in?
- Previous by thread: Re: unnecessary C++ builds of up-to-date projects
- Next by thread: Re: unnecessary C++ builds of up-to-date projects
- Index(es):
Relevant Pages
|