summaryrefslogtreecommitdiff
path: root/contrib/dosdjgpp/conf.bat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dosdjgpp/conf.bat')
-rw-r--r--contrib/dosdjgpp/conf.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/dosdjgpp/conf.bat b/contrib/dosdjgpp/conf.bat
new file mode 100644
index 00000000..f28e12d3
--- /dev/null
+++ b/contrib/dosdjgpp/conf.bat
@@ -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 ..\..