Changeset 15087


Ignore:
Timestamp:
05/23/13 14:21:34 (12 years ago)
Author:
glperez
Message:

CHG: Modifciation to CCCL for Windows build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/cccl/issm/cccl

    r14388 r15087  
    6262
    6363                *.mex*)
    64                         opts="$opts -o $1"
     64                        opts="$opts /Fe$1"
    6565                ;;
    6666
     
    8888        -L*)
    8989                library=`echo $1 | sed 's/-L//g'`
    90                 string="-link -LIBPATH:\"$library\""
     90                string="/link -/IBPATH:\"$library\""
    9191                opts="$opts $string"
    9292        ;;
Note: See TracChangeset for help on using the changeset viewer.