source:
issm/oecreview/Archive/19101-20495/ISSM-19498-19499.diff
Last change on this file was 20498, checked in by , 9 years ago | |
---|---|
File size: 673 bytes |
-
../trunk-jpl/externalpackages/windows/windows_environment.sh
24 24 #source corresponding environment variables: 25 25 26 26 if [[ "$compiler" == "1" ]]; then 27 source $config_dir/sdk7.1 .win7-64.sh27 source $config_dir/sdk7.1-win64.sh 28 28 elif [[ "$compiler" == "2" ]]; then 29 source $config_dir/sdk7.1 .win7-64.sh29 source $config_dir/sdk7.1-win32.sh 30 30 elif [[ "$compiler" == "3" ]]; then 31 31 source $config_dir/intel-win7.sh 32 32 else
Note:
See TracBrowser
for help on using the repository browser.