ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/clientfile.pm
(Generate patch)

Comparing COMP/SCRAM/src/clientfile.pm (file contents):
Revision 1.3 by williamc, Wed Mar 3 17:04:14 1999 UTC vs.
Revision 1.4 by williamc, Thu Mar 18 10:32:03 1999 UTC

# Line 12 | Line 12 | $scramdir="$ENV{INTwork}/SCRAM";
12   $Arch=1;
13   push @ARCHBLOCK, $Arch;
14  
15 < sub BuildClientFile($projectfile) {
15 > sub BuildClientFile {
16          my $projectfile=shift;
17          my $archdir=".SCRAM/$ENV{SCRAM_ARCH}";
18          my $clientfile="$archdir/clientsettings";
# Line 37 | Line 37 | sub BuildClientFile($projectfile) {
37          close CLIENT2;
38   }
39  
40 < sub _ParseProjectReqs($reqfile) {
40 > sub _ParseProjectReqs {
41          my $reqfile=shift;
42          use Utilities::Switcher;
43  
# Line 74 | Line 74 | sub Require_start {
74   #
75   #---------------------------------------------------------------------------
76  
77 < sub _gettool($toolurl) {
77 > sub _gettool {
78   # set the $toolfile variable
79          my $toolurl=shift;
80          my @toolpath= split /:/, $ENV{SCRAM_BootStrapFiles};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines