home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz / gdb-4.12.tar / gdb-4.12 / readline / examples / configure.bat next >
DOS Batch File  |  1994-02-03  |  308b  |  17 lines

  1. @echo off
  2. if "%1" == "go32" goto h8300
  3. if "%1" == "h8/300" goto h8300
  4. echo Specify one of [ go32 h8/300 ] on command line
  5. goto exit
  6.  
  7. :go32
  8. echo Configuring readline/examples for go32
  9. copy Makefile.dos Makefile
  10. goto exit
  11.  
  12. :h8300
  13. echo Configuring readline/examples for H8/300
  14. copy Makefile.dos Makefile
  15.  
  16. :exit
  17.