git-svn-id: http://moon:8086/svn/software/trunk/libsrc/libtiff_2007@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
12 lines
351 B
Batchfile
Executable File
12 lines
351 B
Batchfile
Executable File
@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 ..\..
|