home *** CD-ROM | disk | FTP | other *** search
- About recreating the MultiInstall utility
- -----------------------------------------
-
- MultiInstall was first compiled and tested under Aztec C 5.0d and Work-
- bench 1.3, then I tested it under 1.2 V33.56 and it would not start
- without a window 'ToolType'. I think this is an error in the Aztec startup
- routine, since I have tested the inicident with different small programs,
- and I couldn't correct it myself. So I changed the source to make it compile
- under my old 3.6a compiler. As a side effect the executable is about 3K
- smaller.
-
- To recreate the MultiInstall program compile using
-
- cc +L MultiInstall.c
-
- and link with
-
- ln MultiInstall.o -lc32
-
- Stefan G. Boldorf
- Flürchenstraße 16
- W-6751 Mackenbach
- GERMANY
-
-