Re: [HACKERS] A quick warning on the win32 build scripts

2010-12-20 Thread Magnus Hagander
(Hello, very old thread) On Tue, Oct 5, 2010 at 16:29, Tom Lane wrote: > Craig Ringer writes: >> The cause turns out to be the automatic .DEF file generation. It skips >> DEF file generation if a DEF file already exists, even if the >> object/sources are newer than the existing DEF file. > > Um,

Re: [HACKERS] A quick warning on the win32 build scripts

2010-10-05 Thread Tom Lane
Craig Ringer writes: > The cause turns out to be the automatic .DEF file generation. It skips > DEF file generation if a DEF file already exists, even if the > object/sources are newer than the existing DEF file. Um, so can't we fix that? It seems like a rather basic expectation of a build pro