Ignore:
Timestamp:
Feb 19, 2012, 10:18:56 PM (12 years ago)
Author:
chronos
Message:
  • Added: Show execution path in Target list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTargets.pas

    r37 r42  
    5050    Item.Caption := Name;
    5151    Item.Data := MainForm.Targets[Item.Index];
     52    Item.SubItems.Add(ExecutorPath);
    5253    Item.SubItems.Add(CompilerPath);
    5354  end;
Note: See TracChangeset for help on using the changeset viewer.