Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!calvin.usc.edu!davidp From: davidp@calvin.usc.edu (David Peterson) Newsgroups: comp.sys.mac.programmer Subject: A silly question for some one who know MPW Keywords: resource files, silly Message-ID: <29237@usc> Date: 10 Jan 91 03:11:03 GMT Sender: news@usc Distribution: comp.sys.mac Lines: 17 Nntp-Posting-Host: calvin.usc.edu How do I go about using ResEdit files and getting CreateMake to recognize them. Currently I just use a single line ".r" file in the form: Include "ResEditFile.rsrc"; but 'make' only checks to see if the .r file has changed, not the included file, so I have to do a full build to get any resource changes implemented in my program. I know I can link my object code directly into the ResEdit file (providing its set up right) but I'd rather keep it seperate, and just link it all into a new file. Thanks, -dave.