Re: Rez files and dependencies?
Re: Rez files and dependencies?
- Subject: Re: Rez files and dependencies?
- From: Scott Tooker <email@hidden>
- Date: Wed, 18 Feb 2004 16:54:27 -0800
This may have been fixed for the next release, but Godfrey is right,
please file a bug so we can be sure.
Scott
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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.