home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / binutils.2 / configur.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-30  |  120 b   |  12 lines

  1. @echo off
  2. cd libiberty
  3. configure
  4. cd ../bfd
  5. configure
  6. cd ../opcodes
  7. configure
  8. cd ../binutils
  9. configure
  10. cd ..
  11.  
  12.