From 847f41d97c966707d45da5640792e3bd8f8d23fd Mon Sep 17 00:00:00 2001 From: Tanzinul Islam Date: Fri, 27 Nov 2020 14:22:38 +0000 Subject: Add explanation + bugtracker link for quoted dependency workarounds Reviewed-by: Richard Levitte Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/13540) --- Configurations/windows-makefile.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Configurations') diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 3160984ccc..c7e6dfc850 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -639,6 +639,10 @@ $args{target}: $deps EOF } + # This function (and the next) avoids quoting paths of generated dependencies + # (in the build tree), but quotes paths of non-generated dependencies (in the + # source tree). This is a workaround for a limitation of C++Builder's make.exe + # in handling quoted paths: https://quality.embarcadero.com/browse/RSP-31756 sub generatesrc { my %args = @_; my $gen0 = $args{generator}->[0]; -- cgit v1.2.3