From: Tor Lillqvist Date: Thu, 25 Oct 2001 23:50:50 +0000 (+0000) Subject: Add ../* to PATH before running tests to find DLLs. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=319f66102793b45df947528c8733e9e23d1e356f;p=dana%2Fcg-glib.git Add ../* to PATH before running tests to find DLLs. 2001-10-26 Tor Lillqvist * tests/makefile.msc.in: Add ../* to PATH before running tests to find DLLs. --- diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in index 76c6092c..a74eb8ea 100644 --- a/tests/makefile.msc.in +++ b/tests/makefile.msc.in @@ -64,4 +64,4 @@ libmoduletestplugin_b.dll : libmoduletestplugin_b.obj $(CC) $(CFLAGS) -LD libmoduletestplugin_b.obj ..\gmodule\gmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.lib ..\glib\glib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.lib $(LDFLAGS) check: all - for %p in ($(TESTS)) do %p + for %p in ($(TESTS)) do set PATH=..\glib;..\gmodule;..\gobject;..\gthread;%PATH% && %p