• 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
Rez files and dependencies?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rez files and dependencies?


  • Subject: Rez files and dependencies?
  • From: Jim Correia <email@hidden>
  • Date: Wed, 18 Feb 2004 15:21:38 -0500

Is there a way to configure my project so that rez files get proper dependency graphs?

In Rez.r I have

#include <Carbon/Carbon.r>
#include "MyDefines.h"

resource 'STR#' (kMyResourceID, kMyResourceName, purgeable)
{
	{
		"My Strings"
	}
};


In MyDefines.h I have

#define kMyResourceID   7000
#define kMyResourceName "Hello World"


If I build the project, and make a change in MyDefines.h, Rez.r is not re-rezed.


If I touch Rez.r, it is re-rezed correctly (but remembering to touch all the dependent files is onerous.)

Adding MyDefines.h to the ResourceManager Resources phase doesn't help.


Am I missing a configuration detail, or is it off to the bug reporter I go?


Thanks,
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Rez files and dependencies?
      • From: Scott Tooker <email@hidden>
    • Re: Rez files and dependencies?
      • From: Godfrey DiGiorgi <email@hidden>
  • Prev by Date: Question about "xcodebuild install" with XCode 1.1
  • Next by Date: Re: Rez files and dependencies?
  • Previous by thread: Question about "xcodebuild install" with XCode 1.1
  • Next by thread: Re: Rez files and dependencies?
  • Index(es):
    • Date
    • Thread