From: Chris S. <san...@us...> - 2005-08-30 09:43:05
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27478 Modified Files: stackConfig.php.dist Log Message: Index: stackConfig.php.dist =================================================================== RCS file: /cvsroot/stack/stack-1-0/stackConfig.php.dist,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stackConfig.php.dist 29 Aug 2005 19:08:04 -0000 1.4 --- stackConfig.php.dist 30 Aug 2005 09:42:42 -0000 1.5 *************** *** 83,87 **** // In windows, you should edit the batch scripts/install/stackmaxima.bat // and place it in your windows PATH. ! $stack_cas['command'] = 'stackmaxima'; } else { $stack_cas['command'] = 'maxima'; --- 83,88 ---- // In windows, you should edit the batch scripts/install/stackmaxima.bat // and place it in your windows PATH. ! //$stack_cas['command'] = 'stackmaxima'; ! $stack_cas['command'] = $stack_root.'\scripts\install\stackmaxima.bat'; } else { $stack_cas['command'] = 'maxima'; |