source: other-projects/nightly-tasks/diffcol/trunk/win64-environment.pl.example@ 36627

Last change on this file since 36627 was 36627, checked in by anupama, 20 months ago

Similar to previous commit, the diffcol-level environment.pl file from our win release machine

File size: 623 bytes
Line 
1#diffcol Win environment
2$ENV{'IDENTITY_DIR'} = "C:\\Research\\Nightly\\tools\\keys";
3$ENV{'munges'} = "";
4$ENV{'TASK_HOME'} = "C:\\Research\\Nightly\\tools\\envi\\etc\\tasks\\diffcol";
5#$ENV{'GSDLHOME'} = "$ENV{'TASK_HOME'}\\greenstone2" unless defined $ENV{'GSDLHOME'};
6
7# need the correct perl on the PATH in order to be able to run import.pl from within diffcol\task.pl via envi
8# (else calling 'envi.pl diffcol run_test' used to fail on the first GS script, import)
9##$ENV{'PERLPATH'}="C:\\Perl64\\bin";
10#$ENV{'PATH'}="C:\\Perl64\\bin;$ENV{'PATH'}";
11$ENV{'PATH'}="C:\\strawberry-perl32no64\\perl\\bin;$ENV{'PATH'}";
12
Note: See TracBrowser for help on using the repository browser.