Re: Link oracle proc program in xcode
Re: Link oracle proc program in xcode
- Subject: Re: Link oracle proc program in xcode
- From: Chris Espinosa <email@hidden>
- Date: Wed, 18 May 2005 13:33:27 -0700
On May 18, 2005, at 1:12 PM, Markus Hitter wrote: In a unix make file I just specify -L${ORACLE_HOME}/lib -L/usr/lib -lclntsh What and how should I do that in xcode ?
Add the libraries to the project the same way you'd add a framework or a source file.
And when doing so it may be useful to define a Source Tree (Xcode Preferences > Source Trees) of ORACLE_HOME, and when you drop the library onto the Xcode project, make it relative to that source tree.
Chris |
_______________________________________________
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