> Date: Wed, 28 Dec 2011 13:34:18 -0800 > From: Paul Eggert <[email protected]> > CC: [email protected], [email protected], [email protected] > > > I see no machinery in place to > > have the Windows build use the lib/ms files. What am I missing? > > Nothing. I don't know how the Windows build works.
Yes, you do ;-) It works like this: ./configure make make check make install IOW, it uses the same machinery as on Posix hosts. So for this to work, the configure script should add the necessary -I switch based on the target of the build being -*-*-mingw32 or some such.
