diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-10-25 23:40:38 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-10-25 23:40:38 +0000 |
commit | 3729dc28add5b3f1715ff9aa0f75284315dc078b (patch) | |
tree | d74ac1fbcd5e1c1c9618cba129a6befa0415b7f7 /gmodule | |
parent | 7d9167402b3a94dab0d07f0034d05d6525b8e904 (diff) |
Update.
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.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/makefile.msc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/makefile.msc.in b/gmodule/makefile.msc.in index 653ab6e8e..297d80332 100644 --- a/gmodule/makefile.msc.in +++ b/gmodule/makefile.msc.in @@ -3,7 +3,7 @@ TOP = ..\.. -!INCLUDE $(TOP)\build\win32\make.msc +!INCLUDE ..\build\win32\make.msc ################################################################ |