Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10418
Modified Files:
stackstd.php.dist
Log Message:
Index: stackstd.php.dist
===================================================================
RCS file: /cvsroot/stack/stack-1-0/stackstd.php.dist,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** stackstd.php.dist 5 Jul 2005 13:50:00 -0000 1.17
--- stackstd.php.dist 5 Jul 2005 16:29:24 -0000 1.18
***************
*** 132,137 ****
if ('win' == $stack_os) {
$maximalocal['DEL_CMD'] = "del";
! $maximalocal['GNUPLOT_CMD' ] = "wgnuplot";
! // $maximalocal['GNUPLOT_CMD'] = '"c:\Program Files\Maxima-5.9.1\bin\wgnuplot.exe"';
} else {
$maximalocal['DEL_CMD'] = "rm";
--- 132,137 ----
if ('win' == $stack_os) {
$maximalocal['DEL_CMD'] = "del";
! $maximalocal['GNUPLOT_CMD'] = '"c:\Program Files\Maxima-5.9.1\bin\wgnuplot.exe"';
! //$maximalocal['GNUPLOT_CMD' ] = "wgnuplot";
} else {
$maximalocal['DEL_CMD'] = "rm";
|