Changeset 15087
- Timestamp:
- 05/23/13 14:21:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/cccl/issm/cccl
r14388 r15087 62 62 63 63 *.mex*) 64 opts="$opts -o$1"64 opts="$opts /Fe$1" 65 65 ;; 66 66 … … 88 88 -L*) 89 89 library=`echo $1 | sed 's/-L//g'` 90 string=" -link -LIBPATH:\"$library\""90 string="/link -/IBPATH:\"$library\"" 91 91 opts="$opts $string" 92 92 ;;
Note:
See TracChangeset
for help on using the changeset viewer.