Update of /cvsroot/monetdb/buildtools/doc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11067/doc

Modified Files:
      Tag: MonetDB_1-20
        windowsbuild.rst 
Log Message:
Update for running php during testing.

Index: windowsbuild.rst
===================================================================
RCS file: /cvsroot/monetdb/buildtools/doc/windowsbuild.rst,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- windowsbuild.rst    24 Oct 2007 14:04:24 -0000      1.1.2.2
+++ windowsbuild.rst    31 Oct 2007 13:09:30 -0000      1.1.2.3
@@ -368,13 +368,16 @@
 
 For testing purposes it may be handy to add some more folders to the
 ``Path``.  To begin with, all DLLs that are used also need to be found
-in the ``Path``, and Python modules that were installed need to be
-found by the Python interpreter::
+in the ``Path``, various programs are used during testing, such as
+diff (from GnuWin32) and php, and Python modules that were installed
+need to be found by the Python interpreter::
 
  rem Pthreads DLL
  set Path=C:\Pthreads\lib;%Path%
  rem PCRE DLL
  set Path=C:\Program Files\PCRE\bin;%Path%
+ rem PHP binary
+ set Path=C:\php-5;%Path%
  if not "%MONETDB_PREFIX%" == "%SQL_PREFIX%" set 
Path=%SQL_PREFIX%\bin;%SQL_PREFIX%\lib;%SQL_PREFIX%\lib\MonetDB4;%Path%
  set Path=%MONETDB4_PREFIX%\lib\MonetDB4;%Path%
  if not "%MONETDB_PREFIX%" == "%MONETDB4_PREFIX%" set 
Path=%MONETDB4_PREFIX%\bin;%MONETDB4_PREFIX%\lib;%Path%


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to