home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / grafika / fraktaly / frasr192 / makefrac.bat < prev    next >
DOS Batch File  |  1995-03-08  |  508b  |  16 lines

  1. @echo off
  2. rem ** The SET commands are here to ensure no options are accidentally set
  3. set CL=
  4. set MASM=
  5. set LINK=
  6. if exist f_errs.txt del f_errs.txt
  7.  
  8. rem ** Microsoft C7.00 or Visual C++ (normal case)
  9. echo Building Fractint using MSC 7 or Visual C++
  10. nmake "CC=cl /Gs" "AS=masm /ML" "LINKER=link" "OptT=/Oilg" "C7=YES" frachelp.mak
  11. if errorlevel 1 goto exit
  12. nmake "CC=cl /Gs /DC6" "AS=masm /ML" "LINKER=link" "OptT=/Oeciltaz" "OptS=/Osleazc" "OptN=/Oilc" "C7=YES" fractint.mak
  13. goto exit
  14.  
  15. :exit
  16.