Changeset 35666 for main


Ignore:
Timestamp:
2021-10-22T09:52:16+13:00 (3 years ago)
Author:
davidb
Message:

Still having an issue on the Window Release Kit machine failing to run the compile scripts. It looks like VisualStudioVersion as an environment variable isn't being set there, however due to current Covid Lockdown, not able to access the machine to check. An earlier test in the compile sequence sets VISUAL_STUDIO_VERSION to 13.0 if it is not set (reasonable default to trigger working with older iconv.zip, and so use this variable here also now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/winMake.bat

    r35597 r35666  
    5353    cd packages\windows\iconv
    5454    set ICONVZIP=iconv-VS14-PLUS.zip   
    55     if %VisualStudioVersion% LEQ 14.0 set ICONVZIP=iconv-PRE-VS14.zip
     55    if %VISUAL_STUDIO_VERSION% LEQ 14.0 set ICONVZIP=iconv-PRE-VS14.zip
    5656    if NOT EXIST "iconv" unzip "%ICONVZIP%"
    5757    cd iconv
Note: See TracChangeset for help on using the changeset viewer.