home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / MANDEL.ZIP / MANDEL.MK < prev    next >
Text File  |  1990-08-29  |  616b  |  23 lines

  1. linkopt=/exe
  2.  
  3. mandel20.obj: mandel.c
  4.    cl386 -Fomandel20 -G3s -c -Otlec -MT -DOS2=1 -Zi  mandel.c
  5.  
  6. mandel20.exe: mandel20.obj mandel.def
  7.    link386 $(linkopt) mandel20 ,mandel20,nul,palette,mandel.def;
  8.  
  9. mandel12.obj: mandel.c
  10.    cl -c -Fomandel12 -Otlec -G2sw -DOS2=1 -Zi  mandel.c
  11.  
  12. mandel12.exe: mandel12.obj mandel.def
  13.    link $(linkopt) mandel12 ,mandel12,nul,os2 palette,mandel.def;
  14.  
  15. mandeldo.obj: mandel.c
  16.    cl -c -Fomandeldo -Otlc -Gs -Zip  mandel.c
  17.  
  18. mandeldo.exe: mandeldo.obj
  19. !if "$(DOSLIB)" != ""
  20.    set lib=$(DOSLIB)
  21. !endif
  22.    link $(linkopt) mandeldo ,mandeldo,nul,apidos+graph5,;
  23.