How to show command line build options in Visual C++ 2008? -


The creation of a project in the 2008 project will display the following information in the output window:

   

"post-text" itemprop = "text" 1> ------ Build started: Project: Project 1, Configuration: Debug Win32 ------ 1 & gt; Compilation ... 1 & gt; Mayak 1 & gt; Test 1 CPP 1 & gt; Test 2 CPP 1 & gt; Generated Code ... 1 & gt; Linking ... 1 & gt; LINK: test.exe was not found or not created by the previous incremental link; Full link 1 & gt; Project 1- 0 error (error), 0 warning (verbs) ========== build: 1 succeeded, 0 failed, 0 up-to-date, 0 left ===== == ===

How do I get an output like this:

  cl.exe / Od / I "Includepath" / D "_UNICODE" / FD / EHSC / RTC1 / MDD / JC: wchar_t- / Fo "Debug \\" / FdIdbook / vc90.pdb "/ nologo / c / zi / tp / errorReport: Prompt  

Like a C # project.

is controlled through this Is Pro In the property pages of the section, click the "Startup Banner Clamp" setting in the "General" sub-tab of the "C / C ++" tab. If you set it to "no", then it will be used to command the command line In the output window will appear.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -