Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hoptoad!tim From: tim@hoptoad.uucp (Tim Maroney) Newsgroups: comp.sys.mac.programmer Subject: Re: Copying resources from within MPW shell Message-ID: <6953@hoptoad.uucp> Date: 10 Apr 89 17:49:27 GMT References: Reply-To: tim@hoptoad.UUCP (Tim Maroney) Organization: Eclectic Software, San Francisco Lines: 29 In article wb1j+@andrew.cmu.edu (William M. Bumgarner) writes: >I have a set of freshly compiled/linked XFCN's in independent resource files. >I would like to automatically consilidate them into one file... > >How? > >I have tried: rez -a file.out < resource.1 resource.2 ... > >But rez won't read the resources in the files... > >There is no way (that I have found) to link independent resources of the same >type into a resource file. You just write a script for rez to use. If your script says: include "resource.1"; include "resource.2"; and is named "getxcmds.rez", then the command line: rez -o file.out getxcmds.rez will do what you want. -- Tim Maroney, Consultant, Eclectic Software, sun!hoptoad!tim "Satanic is merely the name they give to the behavior of those who would disrupt the orderly way in which men want to live." -- Gabrielle, THE VAMPIRE LESTAT, Anne Rice