mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 13:49:22 +01:00
On Win32, create separate .exp file for module-test.o and link with that.
2001-11-04 Tor Lillqvist <tml@iki.fi> * tests/Makefile.am: On Win32, create separate .exp file for module-test.o and link with that. Otherwise the GNU linker doesn't export the g_clash_func.
This commit is contained in:
parent
5981d6fe6b
commit
90bb210e1e
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* tests/Makefile.am: On Win32, create separate .exp file for
|
||||
module-test.o and link with that. Otherwise the GNU linker doesn't
|
||||
export the g_clash_func.
|
||||
|
||||
2001-11-03 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/giowin32.c : static correctness
|
||||
|
@ -11,6 +11,11 @@ if PLATFORM_WIN32
|
||||
libadd_libgmodule = $(libgmodule)
|
||||
libadd_libglib = $(libglib)
|
||||
no_undefined = -no-undefined
|
||||
|
||||
module_test_exp = module-test.exp
|
||||
|
||||
module-test.exp: module-test.o
|
||||
dlltool --output-exp module-test.exp module-test.o
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
@ -105,7 +110,7 @@ iochannel_test_LDADD = $(progs_LDADD)
|
||||
list_test_LDADD = $(progs_LDADD)
|
||||
mainloop_test_LDADD = $(thread_LDADD)
|
||||
markup_test_LDADD = $(progs_LDADD)
|
||||
module_test_LDADD = $(module_LDADD)
|
||||
module_test_LDADD = $(module_LDADD) $(module_test_exp)
|
||||
module_test_LDFLAGS = @G_MODULE_LDFLAGS@
|
||||
node_test_LDADD = $(progs_LDADD)
|
||||
queue_test_LDADD = $(progs_LDADD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user