View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005551CMakeCMakepublic2007-08-21 11:312016-06-10 14:30
ReporterSebastian Hauer 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionmoved 
Platformx86OSWindowsOS VersionXP
Product Version 
Target VersionFixed in Version 
Summary0005551: New VisualStudio 7 linker setting in project file: SuppressStartupBanner
DescriptionI wanted to have the option to turn off the default /nologo flag for both the Visual Studio compiler and linker. Enabling CMAKE_VERBOSE_MAKEFILE took care of the compiler but not the linker. I noticed that CMAKE_VERBOSE_MAKEFILE would set SuppressStartupBanner under <Tool Name="VCCLCompilerTool" .. /> in the generated .vcproj file but not under <Tool Name="VCLinkerTool" .. />.

I've added a new SuppressStartupBanner option to cmLocalVisualStudio7GeneratorLinkFlagTable and modified cmLocalVisualStudio7Generator::OutputBuildTool() to check for the value of CMAKE_VERBOSE_MAKEFILE.

I've tested it on my local box and it works. Please see the attached unified diff patch for the modifications.
TagsNo tags attached.
Attached Filespatch file icon cmake-Linker-SuppressStartupBanner.patch [^] (986 bytes) 2007-08-21 11:31 [Show Content]

 Relationships

  Notes
(0041381)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2007-08-21 11:31 Sebastian Hauer New Issue
2007-08-21 11:31 Sebastian Hauer File Added: cmake-Linker-SuppressStartupBanner.patch
2007-12-17 21:25 Bill Hoffman Status new => assigned
2007-12-17 21:25 Bill Hoffman Assigned To => Bill Hoffman
2011-01-26 11:26 David Cole Category => CMake
2016-06-10 14:27 Kitware Robot Note Added: 0041381
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team