mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
[Win32] Install also the .def files, to help users generate import
2003-01-04 Tor Lillqvist <tml@iki.fi> * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. * glib-zip.in: Include .def files from above.
This commit is contained in:
committed by
Tor Lillqvist
parent
a0821bd753
commit
933b7ba4b6
@@ -47,8 +47,10 @@ export_symbols = -export-symbols gthread.def
|
||||
|
||||
install-libtool-import-lib:
|
||||
$(INSTALL) .libs/libgthread-2.0.dll.a $(DESTDIR)$(libdir)
|
||||
$(INSTALL) gthread.def $(DESTDIR)$(libdir)/gthread-2.0.def
|
||||
|
||||
uninstall-libtool-import-lib:
|
||||
-rm $(DESTDIR)$(libdir)/libgthread-2.0.dll.a
|
||||
-rm $(DESTDIR)$(libdir)/libgthread-2.0.dll.a $(DESTDIR)$(libdir)/gthread-2.0.def
|
||||
else
|
||||
install-libtool-import-lib:
|
||||
uninstall-libtool-import-lib:
|
||||
|
Reference in New Issue
Block a user