• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: (Zero)Linking a debug lib
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (Zero)Linking a debug lib


  • Subject: Re: (Zero)Linking a debug lib
  • From: Scott Tooker <email@hidden>
  • Date: Fri, 10 Jun 2005 08:48:09 -0700

If you build the library, you can use build configurations (in Xcode 2.1) to make this work. Your targets would have debug and release configurations and then you would include the product reference from your library target into your main target. Since the product reference will always point to what created by the current build configuration, when building with the debug configuration you get the debug library and when building with release you get the release library.

Scott

On Jun 10, 2005, at 6:55 AM, Jérôme Seydoux wrote:

Hi all,

I'd like to link a debug lib in my debug configuration, and a release
lib in my release config. I can do that by setting a different library
folder in the library search path, but that does not work if zerolink is
turned on. What can I do?


Jérôme

 _______________________________________________
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


_______________________________________________ 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
References: 
 >(Zero)Linking a debug lib (From: Jérôme Seydoux <email@hidden>)

  • Prev by Date: Re: Intel inline assembly
  • Next by Date: Re: OpenMP support?
  • Previous by thread: (Zero)Linking a debug lib
  • Next by thread: Xcode 2.1 dependency problems.
  • Index(es):
    • Date
    • Thread