home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libio / configur.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-14  |  433 b   |  15 lines

  1. *** orig/libgplus.5/libio/configur.bat    Sat Nov 13 18:10:16 1993
  2. --- src/libgplus.5/libio/configur.bat    Sun Nov 28 01:37:46 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,9 ----
  6. + @echo off
  7. + type _g_config.dos > _g_config.h
  8. + echo all.dos : libio.a libiostream.a>Makefile
  9. + echo RANLIB=ranlib>>Makefile
  10. + echo AR=ar rvs>>Makefile
  11. + echo CFLAGS=-O4 -I.>>Makefile
  12. + echo LONGARGS=gcc:ar>>Makefile
  13. + type makefile.in >> Makefile
  14.