Re: Get or Trick Xcode into Using A Different Compiler
Re: Get or Trick Xcode into Using A Different Compiler
- Subject: Re: Get or Trick Xcode into Using A Different Compiler
- From: email@hidden
- Date: Fri, 27 Feb 2015 20:58:12 -0500
> On Feb 27, 2015, at 5:46 PM, Keary Suska <email@hidden> 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@hidden
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden