summaryrefslogtreecommitdiff
path: root/contrib/dosdjgpp/conf.bat
blob: f28e12d3edc6058a78d5458cc04b8c68ec3776cf (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
rem copy the Makefiles for libtiff for DJGPP2 into proper locations
rem we assume to be in $(top)/contrib/dosdjgpp/

copy Makefile.top ..\..\Makefile
copy Makefile.lib ..\..\libtiff\Makefile
copy port.h ..\..\libtiff\port.h
copy Makefile.too* ..\..\tools\Makefile

echo all set for building the library. Now just do make
cd ..\..