From 4a1a6b5b7d2208cf504cf38e548d3c562f6cfbb3 Mon Sep 17 00:00:00 2001 From: Ben Key Date: Fri, 15 Apr 2011 17:48:00 -0500 Subject: Modified the code that parses the --cflags and --ldflags options to support parameters that include the = character as long as they are enclosed in quotes. --- nt/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'nt/ChangeLog') diff --git a/nt/ChangeLog b/nt/ChangeLog index 155ee41d9da..19f71ba0af3 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,17 @@ +2011-04-15 Ben Key + + * configure.bat: Modified the code that parses the --cflags and + --ldflags options to support parameters that include the = + character as long as they are enclosed in quotes. This + functionality depends on command extensions. Configure.bat now + attempts to enable command extensions and displays a warning + message if they could not be enabled. If configure.bat could + not enable command extensions the old parsing code is used that + does not support parameters that include the = character. + + * INSTALL: Updated the file to describe the new functionality + using text provided by Eli Zaretskii. + 2011-04-06 Eli Zaretskii * config.nt (NO_INLINE, ATTRIBUTE_FORMAT) -- cgit v1.2.1