[comp.sys.mac.programmer] code -> WDEF resource

lance@hermix.UUCP (Lance Ellinghouse) (06/20/89)

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

Lance Ellinghouse
Mark V Systems, Ltd.
UUCP: ...!hermix!lance
ARPA: ucla-an!hermix!lance@ee.UCLA.EDU
-- 
Lance Ellinghouse
Mark V Systems, Ltd.
UUCP: ...!hermix!lance
ARPA: ucla-an!hermix!lance@ee.UCLA.EDU

beard@ux1.lbl.gov (Patrick C Beard) (06/21/89)

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
___________________

han@Apple.COM (Byron "No Comments" Han) (06/23/89)

Check out Technical Note 110 (or so) which discusses creating standalone
code resources with MPW...



+-----------------------------------------------------------------------------+
| Disclaimer: Apple has no connection with my postings.                       |
+-----------------------------------------------------------------------------+ 
Byron Han, Communications Scapegoat   At Apple, we change the world everyday.
Apple Computer, Inc.                  -----------------------------------------
20525 Mariani Ave, MS27Y              Internet: han@apple.COM
Cupertino, CA 95014                   UUCP:{sun,voder,nsc,decwrl}!apple!han
------------------------------------  GENIE:BYRONHAN   CompuServe:72167,1664
ATTnet: 408-974-6450                  Applelink:HAN1   HAN1@applelink.apple.COM
-------------------------------------------------------------------------------