Changeset 19503


Ignore:
Timestamp:
08/18/15 21:39:37 (10 years ago)
Author:
glperez
Message:

CHG: Changed windows_environment script to grab different config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/windows/windows_environment.sh

    r19499 r19503  
    2525
    2626if [[ "$compiler" == "1" ]]; then
     27        source $config_dir/sdk7.1-win32.sh
     28elif [[ "$compiler" == "2" ]]; then
    2729        source $config_dir/sdk7.1-win64.sh
    28 elif [[ "$compiler" == "2" ]]; then
    29         source $config_dir/sdk7.1-win32.sh
    3030elif [[ "$compiler" == "3" ]]; then
    3131        source $config_dir/intel-win7.sh
Note: See TracChangeset for help on using the changeset viewer.