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

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