source: issm/oecreview/Archive/19101-20495/ISSM-19498-19499.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 673 bytes
  • ../trunk-jpl/externalpackages/windows/windows_environment.sh

     
    2424#source corresponding environment variables:
    2525
    2626if [[ "$compiler" == "1" ]]; then
    27         source $config_dir/sdk7.1.win7-64.sh
     27        source $config_dir/sdk7.1-win64.sh
    2828elif [[ "$compiler" == "2" ]]; then
    29         source $config_dir/sdk7.1.win7-64.sh
     29        source $config_dir/sdk7.1-win32.sh
    3030elif [[ "$compiler" == "3" ]]; then
    3131        source $config_dir/intel-win7.sh
    3232else
Note: See TracBrowser for help on using the repository browser.