Changeset 36651


Ignore:
Timestamp:
2022-09-22T15:37:36+12:00 (19 months ago)
Author:
kjdon
Message:

need a couple other perl bins in path for coll building. not sure if we need them here, but added in for completeness and I guess needed for diff coll, dec etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs-release-builder/envi/etc/environment.pl

    r36283 r36651  
    1818    $ENV{'JAVA_HOME'} = "$home_dir\\packages\\jdk8.0.302";
    1919    $ENV{'ANT_HOME'} = "$home_dir\\packages\\apache-ant-1.9.5";
     20    $ENV{'_PERL_TOPLEVEL'} = "$home_dir\\packages\\strawberry-perl-5.18";
    2021    $ENV{'PERL_HOME'} = "$home_dir\\packages\\strawberry-perl-5.18\\perl";
    2122    # path: add in java, ant, perl, svn, system32 for tar
    22     $ENV{'PATH'} = "$ENV{'JAVA_HOME'}\\bin;$ENV{'ANT_HOME'}\\bin;$ENV{'PERL_HOME'}\\bin;C:\\Program Files (x86)\\Subversion\\bin;C:\\Windows\\System32"; # do we need putty now we are not uploading in rk? ;C:\\Program Files\\PuTTY";
     23    $ENV{'PATH'} = "$ENV{'JAVA_HOME'}\\bin;$ENV{'ANT_HOME'}\\bin;$ENV{'PERL_HOME'}\\bin;$ENV{'PERL_HOME'}\\site\\bin;$ENV{'_PERL_TOPLEVEL'}\\c\\bin;C:\\Program Files (x86)\\Subversion\\bin;C:\\Windows\\System32"; # do we need putty now we are not uploading in rk? ;C:\\Program Files\\PuTTY";
    2324
    2425    source_batch_script("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsamd64_x86.bat");
Note: See TracChangeset for help on using the changeset viewer.