home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / libiberty / configure.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-12  |  331 b   |  16 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring libiberty for go32
  5. copy Makefile.dos Makefile
  6. echo #define NEED_sys_siglist 1 >> config.h
  7. echo #define NEED_psignal 1 >> config.h
  8. update alloca-normal.h alloca-conf.h
  9. goto exit
  10.  
  11. :h8300
  12. echo Configuring libiberty for H8/300
  13. copy Makefile.dos Makefile
  14.  
  15. :exit
  16.