View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000416CMakepublic2003-12-04 18:592004-01-05 12:59
ReporterAnton Deguet 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000416: Post build commands truncated with Visual C++ 6
DescriptionWhen adding many post build commands (e.g. C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different
O:/devel/cis-2/source/cisVecs/include/cisFrame.h /some/destination directory), the line starting with PostBuild_Cmds= is the project file (.dsp) ... is not fully read by Visual C++. To solve the problem, I added some post build commands by hand and notices that Visual C++ save the line in the project with a backslash ("\") between some of the post build commands. Would it be possible to separate all the post build commands with a "\"?

PS: The same list of post build commands is working fine with .Net, probably because there is only one command per line.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000445)
Ken Martin (developer)
2004-01-05 12:55

Fixed in version 1.50 of cmLocalVisualStudio6Generator.cxx breaks each command into its own line, does not fix the issue of one command having a really long line.
(0000446)
Brad King (manager)
2004-01-05 12:59

Fix has been merged to 1.8 branch for 1.8.3 release.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team