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

  1. *** orig/gas-211/libibert/configur.bat    Sun May 30 12:50:00 1993
  2. --- src/gas-211/libibert/configur.bat    Sun May 30 12:56:42 1993
  3. ***************
  4. *** 1,12 ****
  5.   @echo off
  6. - if "%1" == "go32" goto go32
  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.   
  16.   :h8300
  17. --- 1,13 ----
  18.   @echo off
  19.   if "%1" == "h8/300" goto h8300
  20. ! goto go32
  21.   
  22.   :go32
  23.   echo Configuring libiberty for go32
  24. ! update Makefile.dos Makefile
  25. ! echo #define NEED_sys_siglist 1 >> config.h
  26. ! echo #define NEED_psignal 1 >> config.h
  27. ! update alloca-normal.h alloca-conf.h
  28.   goto exit
  29.   
  30.   :h8300
  31.