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

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring bfd for go32
  5. update hosts\go32.h sysdep.h
  6. update Makefile.dos Makefile
  7. echo s/@WORDSIZE@/32/g>config.sed
  8. sed -e s/^/s\/@VERSION@\// -e s/$/\/g/g version >>config.sed
  9. sed -f config.sed < bfd-in2.h > bfd.h2
  10. update bfd.h2 bfd.h
  11. goto exit
  12.  
  13. :h8300
  14. echo Configuring bfd for H8/300
  15. update hosts\h-go32.h sysdep.h
  16. update Makefile.dos Makefile
  17.  
  18. :exit
  19.