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

	* README.win32: Updates.

	* tests/makefile.mingw.in
	* tests/makefile.msc.in: Remove mainloop-test here, too.

gobject:

	* makefile.mingw.in: When running glib-genmarshal, set PATH to
	include ../glib.
This commit is contained in:
Tor Lillqvist
2001-10-25 22:59:20 +00:00
committed by Tor Lillqvist
parent 2b4a6e0a88
commit 7d9167402b
13 changed files with 125 additions and 34 deletions

View File

@@ -12,6 +12,8 @@ include ../build/win32/make.mingw
INCLUDES = -I .. -I ../glib -I ../gmodule
DEFINES = -DHAVE_CONFIG_H
# mainloop-test removed for now until it is fixed
TESTS = \
testglib.exe \
testgdate.exe \
@@ -22,7 +24,6 @@ TESTS = \
gio-test.exe \
hash-test.exe \
list-test.exe \
mainloop-test.exe\
markup-test.exe \
module-test.exe \
node-test.exe \

View File

@@ -10,6 +10,8 @@ TOP = ..\..
INCLUDES = -I .. -I ..\glib -I ..\gmodule
DEFINES = -DHAVE_CONFIG_H
# mainloop-test removed for now until it is fixed
TESTS = \
testglib.exe \
testgdate.exe \
@@ -21,7 +23,6 @@ TESTS = \
iochannel-test.exe \
hash-test.exe \
list-test.exe \
mainloop-test.exe\
markup-test.exe \
module-test.exe \
node-test.exe \