home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / gas-211 / configur.bat
Encoding:
DOS Batch File  |  1993-11-28  |  635 b   |  33 lines

  1. *** orig/gas-211/configur.bat    Sun May 30 12:42:46 1993
  2. --- src/gas-211/configur.bat    Sun May 30 15:02:48 1993
  3. ***************
  4. *** 1,16 ****
  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.   
  11. - :go32
  12. - echo Configuring libiberty for go32
  13. - copy Makefile.dos Makefile
  14. - goto exit
  15. - :h8300
  16. - echo Configuring libiberty for H8/300
  17. - copy Makefile.dos Makefile
  18. - :exit
  19. --- 1,11 ----
  20.   @echo off
  21. ! cd libiberty
  22. ! configure
  23. ! cd ../bfd
  24. ! configure
  25. ! cd ../opcodes
  26. ! configure
  27. ! cd ../gas
  28. ! configure
  29. ! cd ..
  30.   
  31.