I want to add preprocessor macros for a couple files in my project, but not all the files. They're 3rd party sources, so I don't want to edit the files, as to avoid merge maintenance hassle when new versions come along. They happen to interfere with #defines used in other files in the project.
Can XCode 4 compile only certain files with different preprocessor settings than the others?