Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/libtiff@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+11
@@ -0,0 +1,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 ..\..
|
||||
Reference in New Issue
Block a user