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
RevLine 
[20498]1Index: ../trunk-jpl/externalpackages/windows/windows_environment.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/windows/windows_environment.sh (revision 19498)
4+++ ../trunk-jpl/externalpackages/windows/windows_environment.sh (revision 19499)
5@@ -24,9 +24,9 @@
6 #source corresponding environment variables:
7
8 if [[ "$compiler" == "1" ]]; then
9- source $config_dir/sdk7.1.win7-64.sh
10+ source $config_dir/sdk7.1-win64.sh
11 elif [[ "$compiler" == "2" ]]; then
12- source $config_dir/sdk7.1.win7-64.sh
13+ source $config_dir/sdk7.1-win32.sh
14 elif [[ "$compiler" == "3" ]]; then
15 source $config_dir/intel-win7.sh
16 else
Note: See TracBrowser for help on using the repository browser.