mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug # 201653 : Problem with Configuration management in Makefile Project
This commit is contained in:
parent
96616111e5
commit
2a22f9e8d9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class STDWizardHandler extends MBSWizardHandler {
|
||||||
ManagedProject mProj = new ManagedProject(des);
|
ManagedProject mProj = new ManagedProject(des);
|
||||||
info.setManagedProject(mProj);
|
info.setManagedProject(mProj);
|
||||||
|
|
||||||
cfgs = fConfigPage.getCfgItems(defaults);
|
cfgs = CfgHolder.unique(fConfigPage.getCfgItems(defaults));
|
||||||
|
|
||||||
for (int i=0; i<cfgs.length; i++) {
|
for (int i=0; i<cfgs.length; i++) {
|
||||||
String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$
|
String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue