This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

copying a target

In switching to some new hardware, I need, with the very same source files to create another build where the only difference is some 'options for target' (C/C++ and debug settings). Both builds have to be maintained.

is there a simple way to make target2 out of target1 and then change target 2 so that
running target1 will have 'options for target' x
running target2 will have 'options for target' y
making a change to a .c or .h file will be reflected in both builds

creating a new target and manually enetering the source files is not realistic for this (100+ files)

Erik

Parents
  • is there a way to make both appear in the project window

    Both at the same time? No.

    That couldn't possibly work anyway as you go from 2 to, say, 30 targets, so there's not much of a good reason to implement such a feature. Target selection is available in the menu bar, so you can quickly change from one target to the other.

Reply
  • is there a way to make both appear in the project window

    Both at the same time? No.

    That couldn't possibly work anyway as you go from 2 to, say, 30 targets, so there's not much of a good reason to implement such a feature. Target selection is available in the menu bar, so you can quickly change from one target to the other.

Children