I'm in the process of converting a CodeWarrior 5 multi-target project into a Project Builder project. However, I can't find where to specify "prefix files" in Project Builder. Does the program support them, or is there another similar solution available?
A prefix file is a header which is attached to every C file compiled under a certain target. By changing the prefix, you can activate or deactivate target-specific code in your files, allowing a single set of code files to work across multiple targets.
Any ideas?
Thanks in advance,
Ross