setting environment variables in makefiles?
setting environment variables in makefiles?
- Subject: setting environment variables in makefiles?
- From: james tittle <email@hidden>
- Date: Tue, 28 Jun 2005 22:29:34 -0400
hi,
...I'm using xcode 2.1 with an external build system, and need to set
MACOSX_DEPLOYMENT_TARGET in the makefile...I have another project
that does this thru the build configuration, and I see the build
output uses "setenv MACOSX_DEPLOYMENT_TARGET 10.3", but this doesn't
work when I insert it into my makefile (I assume this is because bash
is my shell)...
...so, I also tried "export MACOSX_DEPLOYMENT_TARGET=10.4", which
doesn't cause an error, but it doesn't seem to set the variable
either...
...is there any way to do this?
jamie
_______________________________________________
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