~ubuntu-branches/ubuntu/karmic/tiff/karmic-security

« back to all changes in this revision

Viewing changes to contrib/dosdjgpp/conf.bat

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-10-14 07:57:59 UTC
  • Revision ID: james.westby@ubuntu.com-20041014075759-a77e7zuaetya8cp0
Tags: upstream-3.6.1
ImportĀ upstreamĀ versionĀ 3.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 ..\..