Re: environment variables
Re: environment variables
- Subject: Re: environment variables
- From: Philippe Prevot <email@hidden>
- Date: Thu, 31 Jul 2003 00:03:34 +0200
In fact I was searching for the wrong thing.The varaiables I wanted to
set are used to find some dylib I need in my app.
I will try to copy the libraries into the application with project
builder by adding a build phase.
Best regards.
Philippe Prevot
Le mercredi, 30 jul 2003, ` 22:58 Europe/Paris, Thomas Harrington a
icrit :
On Wednesday, July 30, 2003, at 02:48 AM, Philippe Prevot wrote:
I need to set a few environment variables for my application but I
did not find how I could do it.
I don't know if there's a Cocoa-style way to do it, but you're on a
Unix system, so try "man 3 setenv" and see if the resulting
information helps.
The only workaround I have by now is to create an environment.plist
file in the user directory but it makes the application difficult to
install.
Not to mention that users might not be too happy about it, if they
happen to already have such a file.
--
Tom Harrington
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.