Rez files and dependencies?
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.