home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / zoosrc20.zoo / mkx86 < prev    next >
Text File  |  1989-07-25  |  434b  |  10 lines

  1. # @(#) mkx86 2.1 87/12/25 12:23:30
  2. # Make Zoo and Fiz
  3. # This script is believed to work on:
  4. #    Xenix 3.4 on Greg Laskin's Intel 310/286
  5. #    SCO Xenix 2.2 on Robert Cliff's AT.
  6. #`-Ml' for large memory model, `-M2' to generate code for 80286 cpu,
  7. #`-F 8000' for 0x8000 bytes of stack space
  8. make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o zoo -F 8000" zoo
  9. make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o fiz" fiz
  10.