Ignore:
Timestamp:
2022-09-20T16:52:58+12:00 (19 months ago)
Author:
anupama
Message:

Accidentally committed part of task.pl modification that was meant to be temporary and local for testing GS3 windows compilation by diffcol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r36643 r36644  
    516516
    517517    my $imagickzip = &getImageMagickBins();
    518    
    519     if($isWin) { # steps from http://wiki.greenstone.org/doku.php?id=en:developer:windows_source_install
    520 #       my $iconv_dir = filename_concat($greenstone3_home, "gs2build", "common-src", "indexers", "packages", "windows", "iconv");
    521 #       chdir ("$iconv_dir");       
    522 #       move("iconv-winVS14-VS2015-plus.zip", "iconv.zip"); #move("iconv.zip", "iconv_preVS14.zip");
    523         # https://www.oreilly.com/library/view/perl-cookbook/1565922433/ch09s09.html
    524 #       rmtree("iconv");
    525        
    526         # need unzip, and maybe more from winbin   
    527         my $winbin_dir = filename_concat($greenstone3_home, "gs2build", "bin", "windows");
    528         $ENV{'PATH'} = $winbin_dir . ";" . $ENV{'PATH'};
    529     }
    530518    chdir ("$greenstone3_home");
    531519
Note: See TracChangeset for help on using the changeset viewer.