Changeset 12203
- Timestamp:
- 05/03/12 20:49:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/windows/windows_environment.sh
r11897 r12203 2 2 3 3 #Where are the configuration files for each compiler: 4 config_dir="$ISSM_ TIER/externalpackages/windows/configs"4 config_dir="$ISSM_DIR/externalpackages/windows/configs" 5 5 6 6 #your choise of compiler: … … 24 24 fi 25 25 26 #finally, out of ISSM_ TIER, we need to create an ISSM_TIER_WIN variable for Matlab to pick up on.27 ISSM_ TIER_WIN=`cygpath -m $ISSM_TIER`28 export ISSM_ TIER_WIN26 #finally, out of ISSM_DIR, we need to create an ISSM_DIR_WIN variable for Matlab to pick up on. 27 ISSM_DIR_WIN=`cygpath -m $ISSM_DIR` 28 export ISSM_DIR_WIN
Note:
See TracChangeset
for help on using the changeset viewer.