Try again to fix the MSVC build

My last attempt in 39c959ef2 mistakenly conditionally added the missing
file based on some unrelated condition.

Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGLovvAXim9Fytn=jxks9s=JhP5=8Oyy0cbxGG-ggALJtg@mail.gmail.com
This commit is contained in:
David Rowley 2023-11-04 15:41:16 +13:00
parent ec63622c03
commit 151ffcf6d8

View File

@ -140,8 +140,8 @@ sub mkvcbuild
f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c f2s.c file_perm.c file_utils.c hashfn.c ip.c jsonapi.c
keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c keywords.c kwlookup.c link-canary.c md5_common.c percentrepl.c
pg_get_line.c pg_lzcompress.c pg_prng.c pgfnames.c psprintf.c relpath.c pg_get_line.c pg_lzcompress.c pg_prng.c pgfnames.c psprintf.c relpath.c
rmtree.c saslprep.c scram-common.c string.c stringinfo.c unicode_norm.c rmtree.c saslprep.c scram-common.c string.c stringinfo.c
username.c wait_error.c wchar.c); unicode_category.c unicode_norm.c username.c wait_error.c wchar.c);
if ($solution->{options}->{openssl}) if ($solution->{options}->{openssl})
{ {
@ -156,7 +156,6 @@ sub mkvcbuild
push(@pgcommonallfiles, 'md5.c'); push(@pgcommonallfiles, 'md5.c');
push(@pgcommonallfiles, 'sha1.c'); push(@pgcommonallfiles, 'sha1.c');
push(@pgcommonallfiles, 'sha2.c'); push(@pgcommonallfiles, 'sha2.c');
push(@pgcommonallfiles, 'unicode_category.c');
} }
our @pgcommonfrontendfiles = ( our @pgcommonfrontendfiles = (