home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / HELP language 1.4 / Help Files / Foreign Code / Foreign.make < prev    next >
Encoding:
Text File  |  1991-04-26  |  366 b   |  15 lines  |  [TEXT/MPS ]

  1. AOptions= -wb 
  2.  
  3.  
  4. Foreign.whole            ƒ    Foreign.a.o
  5.     Link -ra =resPurgeable Foreign.a.o -o Foreign.whole
  6.  
  7. Foreign.part ƒ Foreign.whole
  8.     derez Foreign.whole -s "'CODE'(∂"PseudoMain∂")" -s "'CODE'(0)" > Foreign.part
  9.     
  10. Foreign    ƒ Foreign.part
  11.     open Foreign.part
  12.     find • Foreign.part
  13.     replace -c ∞ /CODE/ 'HLPC' Foreign.part
  14.     rez Foreign.part -o Foreign
  15.     close Foreign.part -y