View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003444CMakeCMakepublic2006-06-26 11:092006-06-26 12:07
ReporterMike Talbot 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003444: Trailing dot in library name for VC7 generator
DescriptionThe VC7 generator appends a dot to the end of the library output filename. For example, the generated Tests/Simple/simpleLib.vcproj contains the following entry:

<Tool
 Name="VCLibrarianTool"
 OutputFile="$(OutDir)\simpleLib.lib."/>

This happens to work fine when building with Visual Studio, but when using IncrediBuild (3rd party distributed build utility) the library is updated on every build, causing excessive relinking.
TagsNo tags attached.
Attached Filespatch file icon cmake.patch [^] (762 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0004349)
Bill Hoffman (manager)
2006-06-26 12:07

Fixed in cvs, thanks.

$ cvs commit -m "BUG: fix for bug 3444, remove trailing . in lib names" cmLocal
VisualStudio7Generator.cxx
Checking for path: /cvsroot/CMake/CMake/Source
Unrestricted user: hoffman
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVis
ualStudio7Generator.cxx
new revision: 1.138; previous revision: 1.137

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team