On Wed, Jul 9, 2014 at 9:53 PM, MauMau <[email protected]> wrote: > But the source tree contains as many as 206 Makefiles. I'm worried that it > will waste the install time. Should all these Makefiles be examined, or 16 > Makefiles in src/interfaces/? Not really. IMO the best solution is to extract the path of the Makefile in the vcxproj file of the project in Install.pm by looking at ModuleDefinitionFile or ResourceFile, and then to scan it for SO_MAJOR_VERSION. This way it is possible to determine in CopySolutionOutput where a library needs to be copied. I'd also rather go with the def file, and not the rc file for the path identification. -- Michael
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
