home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / zoo_src / z201src1 / mkx86 < prev    next >
Encoding:
Text File  |  1988-08-25  |  425 b   |  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.