Magnus Hagander wrote:
> Perhaps a compromise would be to set versioninfo on libpq.dll (which
> we alerady do), and on all the EXEs, and ignore the rest of the DLLs.
> It's not ideal, but it's a great deal better than nothing at all.
If that is an option, why not just put versions into the build-time
linkable DLLs, which really need a version, and leave it out for the
rest. Clearly, we cannot put a version into every file anyway (headers
files, etc.), so "everything must have a version" does not hold anyway,
unless there is some weird rule again that certain things must have
one.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/