home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / src / libgplus.5 / libio / configur.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-28  |  243 b   |  10 lines

  1. @echo off
  2.  
  3. type _g_config.dos > _g_config.h
  4. echo all.dos : libio.a libiostream.a>Makefile
  5. echo RANLIB=ranlib>>Makefile
  6. echo AR=ar rvs>>Makefile
  7. echo CFLAGS=-O4 -I.>>Makefile
  8. echo LONGARGS=gcc:ar>>Makefile
  9. type makefile.in >> Makefile
  10.