From f01e03d36870b8f7044c91d20b3c55f2ebd1f02f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Feb 2008 16:02:55 +0000 Subject: [PATCH] In help, use generic names for the image libraries. --- nt/ChangeLog | 4 ++++ nt/configure.bat | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 88c633c8c39..cc5ecd34878 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2008-02-05 Juanma Barranquero + + * configure.bat: In help, use generic names for the image libraries. + 2008-01-20 Jason Rumney * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file diff --git a/nt/configure.bat b/nt/configure.bat index 6b5441c1d67..725cd09e8d8 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -120,11 +120,11 @@ echo. --no-opt disable optimization echo. --no-cygwin use -mno-cygwin option with GCC echo. --cflags FLAG pass FLAG to compiler echo. --ldflags FLAG pass FLAG to compiler when linking -echo. --without-png do not use libpng even if it is installed -echo. --without-jpeg do not use jpeg-6b even if it is installed -echo. --without-gif do not use libungif even if it is installed -echo. --without-tiff do not use libtiff even if it is installed -echo. --without-xpm do not use libXpm even if it is installed +echo. --without-png do not use PNG library even if it is installed +echo. --without-jpeg do not use JPEG library even if it is installed +echo. --without-gif do not use GIF library even if it is installed +echo. --without-tiff do not use TIFF library even if it is installed +echo. --without-xpm do not use XPM library even if it is installed goto end rem ---------------------------------------------------------------------- :setprefix -- 2.39.5