home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / binutils.2 / bfd / configur.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-28  |  686 b   |  30 lines

  1. *** orig/binutils.2/bfd/configur.bat    Sun May 30 15:22:02 1993
  2. --- src/binutils.2/bfd/configur.bat    Sun May 30 15:22:20 1993
  3. ***************
  4. *** 1,18 ****
  5.   @echo off
  6. - if "%1" == "go32" goto h8300
  7. - if "%1" == "h8/300" goto h8300
  8. - echo Specify one of [ go32 h8/300 ] on command line
  9. - goto exit
  10. - :go32
  11.   echo Configuring bfd for go32
  12. ! copy hosts/h-go32.h sysdep.h
  13. ! copy Makefile.dos Makefile
  14. ! goto exit
  15. ! :h8300
  16. ! echo Configuring bfd for H8/300
  17. ! copy hosts\h-go32.h sysdep.h
  18. ! copy Makefile.dos Makefile
  19.   
  20.   :exit
  21. --- 1,6 ----
  22.   @echo off
  23.   echo Configuring bfd for go32
  24. ! update hosts/go32.h sysdep.h
  25. ! update makefile.dos makefile
  26.   
  27.   :exit
  28.