home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / viewers / giflib12 / make-unx < prev    next >
Text File  |  1990-02-27  |  200b  |  14 lines

  1. #/bin/csh -f
  2. #
  3. # Gershon Elber, Feb 90.
  4. #
  5.  
  6. cd lib
  7. make -f makefile.unx libgif.a
  8. cd ..
  9. cd util
  10. make -f makefile.unx all
  11. make -f makefile.unx rle  # Only if you have the rle tool kit!
  12. cd ..
  13. strip bin/*
  14.