Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show linker command line in Build output, in Visual Studio?

This question is related to How to show command line build options in Visual C++ 2008

But in addition to showing the Compiler command line, I'd like to see the linker command line.

I have "unset" the /nologo option in the linker options.

alt text

But I still don't get the command line in the output window. What do I need to do? Is this possible?

like image 918
Cheeso Avatar asked Aug 24 '09 00:08

Cheeso


1 Answers

Did you try viewing the build log? This is probably the closest to what you want to see. You view the output window, and where it says "Build log was saved at "path..."", ctrl-click on "path" and it will open the build log.

like image 64
1800 INFORMATION Avatar answered Oct 02 '22 02:10

1800 INFORMATION