home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / fractal / fractint / src / makefrac.bat < prev    next >
DOS Batch File  |  1991-04-17  |  687b  |  18 lines

  1. rem ** The SET commands are here to ensure no options are accidentally set
  2. set CL=
  3. set MASM=
  4. set LINK=
  5. rem ** Use next two for C6.00A
  6. nmk "CC=cl" "OptT=/Oecilgtaz /Gs" frachelp.mak
  7. if errorlevel 1 goto exit
  8. nmk "CC=cl" "OptT=/DC6 /Oecilgtaz /Gs" "OptS=/DC6 /Osleazcg /Gs" fractint.mak
  9. rem ** Use next two for C5.1
  10. REM make "CC=cl" "OptT=/Oait" frachelp.mak
  11. REM if errorlevel 1 goto exit
  12. REM make "CC=cl" "OptT=/Oait /Gs" "OptS=/Oais /Gs" fractint.mak
  13. rem ** Use next two for QuickC, older vsns may need "make" instead of "nmake"
  14. REM nmake "CC=qcl" "OptT=" frachelp.mak
  15. REM if errorlevel 1 goto exit
  16. REM nmake "CC=qcl" "OptT=/Olt /Gs" "OptS=/Ols /Gs" fractint.mak
  17. :exit
  18.