glib/gmodule
Ryan Lortie 7cbff954b9 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
2014-02-15 16:55:25 -05:00
..
.gitignore improve gitignore 2010-01-28 22:43:51 -05:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-ar.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmodule-dl.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmodule-dyld.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmodule-win32.c Updated FSF's address 2014-01-31 14:31:55 +01:00
gmodule.c docs: let go of * 2014-02-14 21:33:36 -05:00
gmodule.h Updated FSF's address 2014-01-31 14:31:55 +01:00
gmodule.rc.in Update the year in the *.rc.in files 2011-06-07 08:55:31 +08:00
gmoduleconf.h.in Updated FSF's address 2014-01-31 14:31:55 +01:00
gmoduleconf.h.win32 Updated FSF's address 2014-01-31 14:31:55 +01:00
Makefile.am win32: fixup lib.exe invocation 2014-02-15 16:55:25 -05:00
makefile.msc.in adapt to gmodule.symbols usage 2008-08-01 14:17:43 +00:00