home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / proglc / zoo141_c.lzh / MKX68 < prev    next >
Text File  |  1987-02-01  |  363b  |  6 lines

  1. #Radio Shack Model 16 with Xenix/68000 3.01.01. "-DM_VOID" tells not 
  2. #to try to do a typedef of `void'. "-Dvoid=int" because compiler doesn't 
  3. #know about `void'.  `-s -n' strips and makes it shareable.
  4. make "cswitch=-c -O -DSYS_V -DM_VOID -Dvoid=int" "ldswitch=-s -n -o zoo" zoo
  5. make "cswitch=-c -O -DSYS_V -DM_VOID -Dvoid=int" "ldswitch=-s -n -o fiz" fiz
  6.