MantisBT - CMake
View Issue Details
0003738CMakeCMakepublic2006-09-11 10:022006-10-03 14:03
Mike Talbot 
Bill Hoffman 
normalminoralways
closedfixed 
 
 
0003738: Error in generated VS7 project file
The VS7 generator generates project files with the following entry:
                        <Tool
  Name="VCCLCompilerTool"
..cut...
  ProgramDatabaseFileName="G:/Abingdon/Ecl/Main/win32_vs80/$(OutDir)/Slb.Ecl.Core.GradientOptimizer.pdb"

However when saving the project in VS, "PorgramDatbaseFileName" is actually written as "ProgramDataBaseFileName". This causes a problem with IncrediBuild (3rd party distributed build utility).

Patch is attached.
No tags attached.
related to 0011899closed Brad King Put compiler's program database files into intermediate directory rather than output one for VS 2005 
patch cmake.patch (683) 1969-12-31 19:00
https://public.kitware.com/Bug/file/660/cmake.patch
Issue History
2011-02-28 09:58Brad KingRelationship addedrelated to 0011899

Notes
(0005110)
Bill Hoffman   
2006-10-03 14:03   
Checking for path: /cvsroot/CMake/CMake/Source
Unrestricted user: hoffman
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVis
ualStudio7Generator.cxx
new revision: 1.149; previous revision: 1.148