win32: fixup lib.exe invocation
authorRyan Lortie <desrt@desrt.ca>
Sun, 12 Jan 2014 08:14:04 +0000 (03:14 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 15 Feb 2014 21:55:25 +0000 (16:55 -0500)
commit7cbff954b926d97ce2f3ce08487866b668e7eafb
treec12ed293bc988b77812a077146ab340f41cb41ca
parent08533cae05dfe6d3af5e02c95af9de65680cdae0
win32: fixup lib.exe invocation

We have a configure.ac check for lib.exe that attempts to enable
creation of .lib files for our 5 public libraries.  That has been broken
for a long time for two reasons:

 1) the Makefiles hardcode 'lib' instead of 'lib.exe'

 2) we dropped generation of .def files quite some time ago (except for
    in gthread where we have the two-symbol file under version control)

Add new rules for creating .def files from dumpbin.exe (which you should
have if you have lib.exe) and fix the .lib rules to use lib.exe.

Add a bit of $(AM_V_GEN) all around, as well.

https://bugzilla.gnome.org/show_bug.cgi?id=722033
gio/Makefile.am
glib/Makefile.am
gmodule/Makefile.am
gobject/Makefile.am
gthread/Makefile.am