home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / ppcunrar / src_pup / changes.powerup next >
Text File  |  1998-05-09  |  789b  |  24 lines

  1.  
  2.  To recompile the PPC version with SAS/C you have to do the following:
  3.  
  4.    1. Unpack the supplied, original "unrars10.rar" archive
  5.       (directory "src") using "UnRAR.elf" (or the 68k version
  6.       from Aminet)
  7.    2. Convert all CR+LF into into normal CRs, e.g as follows:
  8.  
  9.          splat -o "\r\n" "\n" #?.c
  10.          splat -o "\r\n" "\n" #?.h
  11.  
  12.    3. Put comments around "#define DOS" in line 12 of unrar.h and
  13.       instead do a "#define UNIX" in line 14
  14.    4. Put comments around the definitions of UBYTE and UWORD in
  15.       line 42 and 43 of unrar.h (since these do conflict with
  16.       the already defined ones in <exec/types.h>)
  17.    5. Put the smakefile and SCOPTIONS from "src_pup" into the
  18.       same directory as the contents of "unrars10.rar"
  19.    6. Type "smake"
  20.  
  21. --
  22. ARK, 6/May/98
  23.  
  24.