Changeset: 93722ae2e112 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=93722ae2e112
Modified Files:
        monetdb4/RunMtest.bat.in
        pathfinder/RunMtest.bat.in
Branch: Mar2011
Log Message:

MonetDB4 still links against modules, so add MOD_PATH to PATH.
On Windows, the .DLL files that are linked against have to be found on
the command search path.


diffs (24 lines):

diff --git a/monetdb4/RunMtest.bat.in b/monetdb4/RunMtest.bat.in
--- a/monetdb4/RunMtest.bat.in
+++ b/monetdb4/RunMtest.bat.in
@@ -36,6 +36,8 @@
 set MOD_PATH=%buildbase%\pathfinder\modules\probxml;%MOD_PATH%
 set MOD_PATH=%buildbase%\pathfinder\runtime;%MOD_PATH%
 
+set PATH=%MOD_PATH%;%PATH%
+
 set cfg=%buildbase%\monetdb4\conf\MonetDB.conf
 
 set 
PYTHONPATH=%buildbase%\clients\python\build\lib;%buildbase%\testing;%srcdir%\testing;%PYTHONPATH%
diff --git a/pathfinder/RunMtest.bat.in b/pathfinder/RunMtest.bat.in
--- a/pathfinder/RunMtest.bat.in
+++ b/pathfinder/RunMtest.bat.in
@@ -36,6 +36,8 @@
 set MOD_PATH=%buildbase%\pathfinder\modules\probxml;%MOD_PATH%
 set MOD_PATH=%buildbase%\pathfinder\runtime;%MOD_PATH%
 
+set PATH=%MOD_PATH%;%PATH%
+
 set cfg=%buildbase%\monetdb4\conf\MonetDB.conf
 
 set 
PYTHONPATH=%buildbase%\clients\python\build\lib;%buildbase%\testing;%srcdir%\testing;%PYTHONPATH%
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to