home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / hack / jenny.README < prev    next >
Encoding:
Text File  |  1993-07-24  |  797 b   |  34 lines

  1.    jenny1.0
  2.    ========
  3.  
  4.    Created 7/23/93
  5.  
  6.    Strips a NS 3.x fat binary which contains a Motorola NS 2.x runnable
  7.    executeable down to a NS 2.x runnable executeable.
  8.  
  9.    By Christoper Lloyd, Yrrid Inc.
  10.    lloyd@world.std.com
  11.  
  12.    This program is in the public domain.
  13.  
  14.    To build:
  15.  
  16.      cc jenny1.0.c -o jenny; strip jenny
  17.  
  18.    To use:
  19.  
  20.      - Build Motorola executeable under NS 2.x, which runs properly on 3.x.
  21.      - Build Intel executeable under NS 3.x.
  22.      - Using lipo under 3.x:
  23.          lipo -create <intel> <motorola> -output <final-binary>
  24.  
  25.      The final fat binary is suitable for running under NS 3.x.
  26.  
  27.      AND
  28.  
  29.      jenny <executeable>
  30.  
  31.      If you run jenny on the executeable, it will strip it down to
  32.      the original Motorola 2.x version, suitable for use under NS 2.x.
  33.  
  34.