Re: Rez files and dependencies?
Re: Rez files and dependencies?
- Subject: Re: Rez files and dependencies?
- From: Godfrey DiGiorgi <email@hidden>
- Date: Wed, 18 Feb 2004 12:57:31 -0800
Please post a bug report, and include the information regarding which
version of the Xcode IDE you are using.
best,
Godfrey
---
Godfrey DiGiorgi - email@hidden
408 974-6814 tel - 408 974-8101 fax - 408 832-8319 cell
Technology Manager, Development Tools
Apple Worldwide Developer Relations
On Feb 18, 2004, at 12:21 PM, Jim Correia wrote:
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.
_______________________________________________
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.