home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d548 / multiinstall.lha / MultiInstall / MultiInstall.lzh / Read.me < prev   
Text File  |  1991-08-15  |  944b  |  25 lines

  1. About recreating the MultiInstall utility
  2. -----------------------------------------
  3.  
  4. MultiInstall was first compiled and tested under Aztec C 5.0d and Work-
  5. bench 1.3, then I tested it under 1.2 V33.56 and it would not start
  6. without a window 'ToolType'. I think this is an error in the Aztec startup
  7. routine, since I have tested the inicident with different small programs,
  8. and I couldn't correct it myself. So I changed the source to make it compile
  9. under my old 3.6a compiler. As a side effect the executable is about 3K
  10. smaller.
  11.  
  12. To recreate the MultiInstall program compile using
  13.  
  14. cc +L MultiInstall.c
  15.  
  16. and link with
  17.  
  18. ln MultiInstall.o -lc32
  19.  
  20.                                                         Stefan G. Boldorf
  21.                                                         Flürchenstraße 16
  22.                                                         W-6751 Mackenbach
  23.                                                                   GERMANY
  24.  
  25.