Thread: MSVC build scripts not up to speed for extensions

MSVC build scripts not up to speed for extensions

From
Tom Lane
Date:
Buildfarm results remind me that I forgot to think about updating the
MSVC perl scripts to match the recent changes in pgxs.mk.  I think the
relevant points are:

1. Install .control files matching the entries in EXTENSION.

2. If EXTENSION is defined, the default value of MODULEDIR should be
taken as extension not contrib.

Too tired to look at fixing this myself right now ...
        regards, tom lane