Use the AddFile function consistently in MSVC build scripts
authorDavid Rowley <drowley@postgresql.org>
Wed, 28 Jul 2021 11:43:40 +0000 (23:43 +1200)
committerDavid Rowley <drowley@postgresql.org>
Wed, 28 Jul 2021 11:43:40 +0000 (23:43 +1200)
commited1884a2fedeffd2e6902451a9d41f4b3f6e859f
treec3ad4d7d89ff7d7351926ae5e1d667f652114489
parent8709228775b549a2388e6568f463a4115e5a4c10
Use the AddFile function consistently in MSVC build scripts

We seem to be using a mix of manually adding to the 'files' hash and
calling the Addfile() method.  Let's just consistently use AddFile().

Reviewed-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/CAApHDvpo6g5csCTjc_0C7DMvgFPomVb0Rh-AcW5afd=Ya=LRuw@mail.gmail.com
src/tools/msvc/Project.pm