Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ucsd!helios.ee.lbl.gov!ux1.lbl.gov!beard From: beard@ux1.lbl.gov (Patrick C Beard) Newsgroups: comp.sys.mac.programmer Subject: Re: code -> WDEF resource Keywords: resources, linking, WDEF's Message-ID: <2855@helios.ee.lbl.gov> Date: 21 Jun 89 02:56:55 GMT References: <295@hermix.UUCP> Sender: usenet@helios.ee.lbl.gov Reply-To: beard@ux1.lbl.gov (Patrick C Beard) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 22 In article <295@hermix.UUCP> lance@hermix.UUCP (Lance Ellinghouse) writes: >How do I take a MPW 3.0 C routine that I have written and turn it >into a WDEF? > >Any and all help is appreciated! > >Thanks, >Lance Ellinghouse Just use the -rt option with the linker. Example: link -rt 'WDEF' {Objects} {Libraries} -o myWindowdef __________________ Patrick Beard PCBeard@lbl.gov BSI, Berkeley, CA ___________________