home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / dosmake.bat
Encoding:
DOS Batch File  |  1993-12-14  |  282 b   |  13 lines

  1. *** orig/libgplus.5/dosmake.bat    Sat Nov 13 20:16:40 1993
  2. --- src/libgplus.5/dosmake.bat    Sun Nov 28 01:36:34 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,7 ----
  6. + cd libio
  7. + make
  8. + cd ../libgplus/src
  9. + make
  10. + cd ../..
  11. + del libgpp.a
  12. + ar rvs libgpp.a libio/*.o libgplus/src/*.o
  13.