home *** CD-ROM | disk | FTP | other *** search
- # @(#) mkx86 2.1 87/12/25 12:23:30
- # Make Zoo and Fiz
- # This script is believed to work on:
- # Xenix 3.4 on Greg Laskin's Intel 310/286
- # SCO Xenix 2.2 on Robert Cliff's AT.
- #`-Ml' for large memory model, `-M2' to generate code for 80286 cpu,
- #`-F 8000' for 0x8000 bytes of stack space
- make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o zoo -F 8000" zoo
- make "cswitch=-c -O -DSYS_V -Ml -M2" "ldswitch=-Ml -o fiz" fiz
-