> On Feb 27, 2015, at 5:46 PM, Keary Suska <[email protected]> wrote: > > Is way to do this, on a per-project basis only? > > TIA, > > Keary Suska > Esoteritech, Inc. > "Demystifying technology for your home or business" > > This email sent to [email protected]
I’ve done this in the past by creating an xcconfig file. See: https://developer.apple.com/library/mac/recipes/xcode_help-project_editor/Articles/BasingBuildConfigurationsonConfigurationFiles.html and putting something like this in it: // mpi.xcconfig // // CC = /usr/local/openmpi/bin/mpic++ HTH, Dave _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
