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 /gthread | |
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 'gthread')
-rw-r--r-- | gthread/makefile.msc.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gthread/makefile.msc.in b/gthread/makefile.msc.in index 2cf7d5672..2d100072c 100644 --- a/gthread/makefile.msc.in +++ b/gthread/makefile.msc.in @@ -5,14 +5,12 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@ TOP = ..\.. -!INCLUDE $(TOP)\build\win32\make.msc +!INCLUDE ..\build\win32\make.msc ################################################################ INCLUDES = -I .. -I . -I ..\glib DEFINES = -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"GThread\" -# DEPCFLAGS = $(PTHREAD_CFLAGS) -# DEPCLIBS = $(PTHREAD_LIBS) all : \ libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll |