home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / configure.bat < prev    next >
DOS Batch File  |  1996-09-28  |  435b  |  18 lines

  1. @echo off
  2.  
  3. chdir libiberty
  4. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. chdir ..\bfd
  6. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. chdir ..\opcodes
  8. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. chdir ..\gprof
  10. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. chdir ..\binutils
  12. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. chdir ..\gas
  14. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  15. chdir ..\ld
  16. call configure %1 %2 %3 %4 %5 %6 %7 %8 %9
  17. chdir ..
  18.