2001-10-26  Tor Lillqvist  <tml@iki.fi>

	* glib/glib.def: Update.

	* tests/makefile.{mingw,msc}.in: Add ../* to PATH before running
	tests to find DLLs. Separate the interactive tests, don't run them
	in the check target.

	* */makefile.msc.in: Include make.msc from GLib's build directory.
This commit is contained in:
Tor Lillqvist
2001-10-25 23:40:38 +00:00
committed by Tor Lillqvist
parent 7d9167402b
commit 3729dc28ad
15 changed files with 90 additions and 27 deletions

View File

@@ -2,8 +2,14 @@
* README.win32: Updates.
* glib/glib.def: Update.
* tests/makefile.mingw.in
* tests/makefile.msc.in: Remove mainloop-test here, too.
* tests/makefile.msc.in: Remove mainloop-test here, too. Add ../*
to PATH before running tests to find DLLs. Separate the
interactive tests, don't run them in the check target.
* */makefile.msc.in: Include make.msc from GLib's build directory.
Wed Oct 24 11:10:54 2001 Owen Taylor <otaylor@redhat.com>