mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.
2004-12-06 Tor Lillqvist <tml@iki.fi> * Makefile.am * gmodule.def * gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
This commit is contained in:
committed by
Tor Lillqvist
parent
5512fb6ef5
commit
cff51f1f0b
@@ -55,6 +55,11 @@ if OS_WIN32
|
||||
export_symbols = -export-symbols $(srcdir)/gmodule.def
|
||||
|
||||
install-libtool-import-lib:
|
||||
# Don't put the binary compatibility entries in the import lib!
|
||||
for entry in `grep PRIVATE gmodule.def | sed -e 's/PRIVATE//'`; do \
|
||||
file=`nm -A .libs/libgmodule-2.0.dll.a | tr -d '\r' | grep -m 1 -E $$entry'$$' | cut -d: -f2`; \
|
||||
ar d .libs/libgmodule-2.0.dll.a $$file; \
|
||||
done
|
||||
$(INSTALL) .libs/libgmodule-2.0.dll.a $(DESTDIR)$(libdir)
|
||||
$(INSTALL) $(srcdir)/gmodule.def $(DESTDIR)$(libdir)/gmodule-2.0.def
|
||||
|
||||
|
Reference in New Issue
Block a user