From: SourceForge.net <no...@so...> - 2011-10-23 07:50:28
|
Bugs item #3427472, was opened at 2011-10-23 20:50 Message generated for change (Tracker Item Submitted) made by studiosfvk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3427472&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Volker Kuhlmann (studiosfvk) Assigned to: Nobody/Anonymous (nobody) Summary: settings copied wrong for all configurations Initial Comment: It is commonly convenient to make use of individual settings for build configurations. In the C/C++ build settings one can then change individual configurations, or all at the same time. When changing all at the same time (configuration: [All configurations]), the command line pattern for create extended listing and print size are always both written. That is, modifying the line for print size will also copy that same line to the create extended listing line pattern, creating havoc there. This happens at least for a static library project, but I suspect it always happens, and I also suspect this may not be the only place where it happens. I've had my input messed up frequently with seemingly unrelated edits. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3427472&group_id=189165 |