home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gif-util.zip / MAKE-LIB.BAT < prev    next >
DOS Batch File  |  1989-08-01  |  320b  |  8 lines

  1. rem
  2. rem large model of library:
  3. rem This batch file assumes the library modules where compiled into '.obj'
  4. rem files using the gif_lib.tc setup file of the integration environment tc.
  5. rem
  6. del gif_libl.lib
  7. tlib gif_libl +egif_lib.obj +dgif_lib.obj +dev2gif.obj +gif_hash.obj +getarg.obj +gif_err.obj, gif_lib.lst
  8.