Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
[deliverable/binutils-gdb.git] / configure.bat
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 ..
This page took 0.041247 seconds and 4 git commands to generate.