home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / libtiff / contrib / dosdjgpp / conf.bat next >
Encoding:
DOS Batch File  |  1999-09-11  |  340 b   |  12 lines

  1. @echo off
  2. rem copy the Makefiles for libtiff for DJGPP2 into proper locations
  3. rem we assume to be in $(top)/contrib/dosdjgpp/
  4.  
  5. copy Makefile.top ..\..\Makefile
  6. copy Makefile.lib ..\..\libtiff\Makefile
  7. copy port.h ..\..\libtiff\port.h
  8. copy Makefile.too* ..\..\tools\Makefile
  9.  
  10. echo all set for building the library. Now just do make
  11. cd ..\..
  12.