home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / graf / fract4.zip / MAKEFRAC.BAT < prev    next >
DOS Batch File  |  1989-10-22  |  208b  |  7 lines

  1. rem the SET commands below are here to forcibly turn off CodeView
  2. rem information (which some of my other MAKEs forcibly turn on).
  3. set CL=/AM /FPi /Oait
  4. set MASM=/MX
  5. set LINK=/ST:4096
  6. make fractint.mak
  7.