*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-05-03 18:12:57 +00:00
parent 052f7872d2
commit 96d57081dd
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.vc,v 1.2 2004-04-19 08:09:21 dron Exp $ # $Id: Makefile.vc,v 1.3 2004-05-03 18:12:57 dron Exp $
# #
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org> # Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
# #
@ -22,6 +22,7 @@
# OF THIS SOFTWARE. # OF THIS SOFTWARE.
# #
# Simple MS VC++ Makefile # Simple MS VC++ Makefile
# Edit nmake.opt file if you want to ajust building options.
# #
# To build: # To build:
# C:\libtiff> nmake /f makefile.vc # C:\libtiff> nmake /f makefile.vc

1
aclocal.m4 vendored
View File

@ -6825,3 +6825,4 @@ fi
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])]) AC_SUBST([INSTALL_STRIP_PROGRAM])])
m4_include([acinclude.m4])