• 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
xcconfig files: line wrap and inheriting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xcconfig files: line wrap and inheriting


  • Subject: xcconfig files: line wrap and inheriting
  • From: "Sean McBride" <email@hidden>
  • Date: Thu, 20 Jul 2006 16:15:51 -0400
  • Organization: Rogue Research

Hi all,

Two misc questions about xcconfig files:

1) I have a line longer than the width of my monitor:

WARNING_CFLAGS = -Wall -Wextra ....

can I break it up?

The C way below doesn't work:
WARNING_CFLAGS = -Wall \
-Wextra ....

2) Is $(inherited) the generic way to add to a setting?  I copy and
pasted this from the project:

USER_HEADER_SEARCH_PATHS = $(inherited) $(my-source-tree)

Can I use that syntax anywhere, like this:

OTHER_CPLUSPLUSFLAGS = $(inherited) -D_GLIBCXX_DEBUG

or must I do this:

OTHER_CPLUSPLUSFLAGS = $(OTHER_CPLUSPLUSFLAGS) -D_GLIBCXX_DEBUG

Thanks,

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


 _______________________________________________
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

  • Follow-Ups:
    • Re: xcconfig files: line wrap and inheriting
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Copy Files - help needed
  • Next by Date: Re: Setting up searches in Xcode (Re: [ANN] Xcode + Leopard at WWDCthis year)
  • Previous by thread: Copy Files - help needed
  • Next by thread: Re: xcconfig files: line wrap and inheriting
  • Index(es):
    • Date
    • Thread