Changeset 11532
- Timestamp:
- 02/24/12 13:25:48 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 5 deleted
- 1 edited
- 4 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r11440 r11532 8 8 eval $i 9 9 done 10 11 #Windows compilers: 12 if [[ "$ISSM_ARCH" == "cygwin-intel" ]]; then 13 source $ISSM_TIER/externalpackages/windows/windows_environment.sh 14 fi 15 10 16 11 17 #CRON utilities -
issm/trunk-jpl/externalpackages/windows/windows_environment.sh
r11531 r11532 2 2 3 3 #Where are the configuration files for each compiler: 4 config_dir="$ISSM_TIER/externalpackages/win 7/configs"4 config_dir="$ISSM_TIER/externalpackages/windows/configs" 5 5 6 6 #your choise of compiler:
Note:
See TracChangeset
for help on using the changeset viewer.