home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povsrc.lzh / machine / ibmpc / djgcc / makefix.bat < prev    next >
DOS Batch File  |  1994-02-06  |  115b  |  8 lines

  1. masm gccfix;
  2. link gccfix;
  3. exe2bin gccfix;
  4. del gccfix.com
  5. ren gccfix.bin *.com
  6. del gccfix.exe
  7. del gccfix.obj
  8.