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:
Tor Lillqvist
2001-11-03 23:19:25 +00:00
committed by Tor Lillqvist
parent 5981d6fe6b
commit 90bb210e1e
9 changed files with 54 additions and 1 deletions

View File

@@ -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