home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 555a.lha / DrawMap_v3.1_src&libs / sources.LZH / sources / make3.1 < prev    next >
Encoding:
Text File  |  1991-09-14  |  202 b   |  12 lines

  1. clear
  2.  
  3. echo "Doing drawmap.c"
  4.  
  5. delete AztecC.err
  6. delete drawmap3.1
  7. delete drawmap3.1.o
  8.  
  9. cc +l +m +C +D -E150 -L160 -Q -o drawmap3.1.o drawmap.c
  10.  
  11. ln drawmap3.1.o areqglue.o IlbmInterface.o -lml32 -lcl32
  12.